Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.

Commit 86019b6

Browse files
committed
update travis.yml
1 parent ba3f7e3 commit 86019b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22
node_js:
33
- "8.10.0"
4-
cache:
5-
yarn: true
64
script:
7-
- ./node_modules/.bin/lerna bootstrap
5+
- npm cache verify
6+
- ./node_modules/.bin/lerna exec -- npm cache verify
7+
- ./node_modules/.bin/lerna bootstrap --hoist
88
- npm run build
99
- npm run lint
1010
- npm run flow

0 commit comments

Comments
 (0)