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

Commit b621ce1

Browse files
committed
try to fix flow error in travis
1 parent 82805a4 commit b621ce1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
language: node_js
22
node_js:
33
- "8.10.0"
4-
before_install:
5-
- npm install -g npm@latest
64
script:
75
- npm cache verify
86
- ./node_modules/.bin/lerna exec -- npm cache verify
9-
- ./node_modules/.bin/lerna bootstrap
7+
- npm i packages/* && ./node_modules/.bin/lerna bootstrap --hoist
108
- npm run build
119
- npm run lint
1210
- npm run flow

0 commit comments

Comments
 (0)