Skip to content

Commit

Permalink
fix: Use lerna@3.3.0 on Travis to fix early CI build termination.
Browse files Browse the repository at this point in the history
  • Loading branch information
amiller-gh committed Sep 11, 2018
1 parent 5838e53 commit 16203f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ addons:
chrome: stable

before_install:
- npm install -g lerna@next yarn
- npm install -g lerna@3.3.0 yarn
- ./scripts/if-opticss-dev.sh ./scripts/checkout-opticss.sh ../opticss
- ./scripts/if-opticss-dev.sh ./scripts/link-to-opticss.js --file ../opticss

Expand Down

0 comments on commit 16203f4

Please sign in to comment.