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

Commit

Permalink
chore(travis) flow-typed install (#223)
Browse files Browse the repository at this point in the history
* chore(travis) flow-typed install

* remove workspace

* Added label

* revert test
  • Loading branch information
9renpoto authored Apr 18, 2018
1 parent 63a0fec commit 53fed75
Show file tree
Hide file tree
Showing 8 changed files with 22,646 additions and 13 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ addon:
chrome: stable
env:
matrix:
- CMD=test
- CMD=lint
- CMD=flow
- CMD=test
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- '[ "$CMD" == "flow" ] && flow-typed install -s'
- npx flow-typed install -s
- yarn $CMD
after_success:
- '[ "$CMD" == "test" ] && yarn coverage'
Expand Down
2 changes: 0 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@
},
"cacheDir": ".changelog"
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.0"
}
Loading

0 comments on commit 53fed75

Please sign in to comment.