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

Commit

Permalink
try to fix flow error in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
freedomlang committed Jan 11, 2019
1 parent 82805a4 commit b621ce1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: node_js
node_js:
- "8.10.0"
before_install:
- npm install -g npm@latest
script:
- npm cache verify
- ./node_modules/.bin/lerna exec -- npm cache verify
- ./node_modules/.bin/lerna bootstrap
- npm i packages/* && ./node_modules/.bin/lerna bootstrap --hoist
- npm run build
- npm run lint
- npm run flow

0 comments on commit b621ce1

Please sign in to comment.