Skip to content
Snippets Groups Projects
Commit f8cee141 authored by Ray Schamp's avatar Ray Schamp
Browse files

Install React explicitly for npm 3

parent 2730eaaa
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ node_js:
cache:
directories:
- node_modules
before_install:
- npm install react@15 react-dom@15
after_script:
- |
# RELEASE_BRANCHES and NPM_TOKEN defined in Travis settings panel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment