Skip to content

Commit

Permalink
Tweaked travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
patw0929 committed Dec 6, 2018
1 parent 17163df commit a835721
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ cache:
directories:
- node_modules
node_js:
- "7.2.1"
before_script: yarn add react@^16.0.0 react-dom@^16.0.0 --peer
- "8.10.0"
script:
- yarn test
- yarn lint
- yarn build
after_success: yarn run coverage
after_script: yarn run coveralls

0 comments on commit a835721

Please sign in to comment.