Skip to content

Commit

Permalink
fix versions for travis for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl committed Sep 27, 2017
1 parent b2b4e04 commit 49344da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ node_js:
script:
- npm test
before_install:
- "npm install react react-dom prop-types"
- "npm install react@15.6.1 react-dom@15.6.1 prop-types@15.5.10"
after_success:
- npm run test:coverage
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
Expand Down

0 comments on commit 49344da

Please sign in to comment.