Skip to content

Commit 4ec4356

Browse files
committed
Install specific React version after Travis install step
It looks like the package devDependencies may have been replacing the specified version of React to test. Oops!
1 parent d6be2e0 commit 4ec4356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ node_js:
88
- "6"
99
- "8"
1010

11-
before_install:
11+
after_install:
1212
- npm install react@$REACT_VERSION react-dom@$REACT_VERSION
1313

1414
script:

0 commit comments

Comments
 (0)