Skip to content

Commit

Permalink
Modified travis settings for upgrading to react@16
Browse files Browse the repository at this point in the history
  • Loading branch information
patw0929 committed Mar 8, 2018
1 parent 557441a commit 92df903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cache:
directories:
- node_modules
node_js:
- "7.2.1"
before_script: yarn add react@^15.4.2 react-dom@^15.4.2 --peer
- "8.9.1"
before_script: yarn add react@^16.2.0 react-dom@^16.2.0 prop-types@~15.5.8 --peer
after_success: yarn run coverage
after_script: yarn run coveralls

0 comments on commit 92df903

Please sign in to comment.