Skip to content

Commit 16203f4

Browse files
committed
fix: Use lerna@3.3.0 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

.travis.yml

Lines changed: 1 addition & 1 deletion
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)