We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db8112 commit 1fc1746Copy full SHA for 1fc1746
.travis.yml
@@ -12,10 +12,9 @@ env:
12
- REACT_DIST=latest
13
- REACT_DIST=next
14
- REACT_DIST=experimental
15
+before_install:
16
+ - nvm install-latest-npm
17
install:
- # 7.0.6 fixed CI environments prompting user input.
- # Can be removed once node15 bumps the shipped npm version.
18
- - npm install --global npm@>=7.0.6
19
- npm install
20
# as requested by the React team :)
21
# https://reactjs.org/blog/2019/10/22/react-release-channels.html#using-the-next-channel-for-integration-testing
0 commit comments