Skip to content

Commit 16203f4

Browse files
committedSep 11, 2018
fix: Use [email protected] on Travis to fix early CI build termination.
1 parent 5838e53 commit 16203f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ addons:
1616
chrome: stable
1717

1818
before_install:
19-
- npm install -g lerna@next yarn
19+
- npm install -g lerna@3.3.0 yarn
2020
- ./scripts/if-opticss-dev.sh ./scripts/checkout-opticss.sh ../opticss
2121
- ./scripts/if-opticss-dev.sh ./scripts/link-to-opticss.js --file ../opticss
2222

0 commit comments

Comments
 (0)
Please sign in to comment.