Browse Source

chore: fix Travis config

Michael Bromley 6 years ago
parent
commit
d47d1bb048
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -12,7 +12,7 @@ cache: yarn
 
 install:
   - yarn install
-  - yarn bootstrap && cd ..
+  - yarn bootstrap
 
 script:
   - yarn lerna run build