Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
patw0929 committed Oct 2, 2017
1 parent e44b9d5 commit 2f638c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ cache:
- node_modules
node_js:
- "7.2.1"
before_script: yarn add react@^15.4.2 react-dom@^15.4.2 --peer
before_script: yarn add react@^16.0.0 react-dom@^16.0.0 --peer
after_success: yarn run coverage
after_script: yarn run coveralls

0 comments on commit 2f638c9

Please sign in to comment.