Skip to content

Commit 1fc1746

Browse files
authored
1 parent 0db8112 commit 1fc1746

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ env:
1212
- REACT_DIST=latest
1313
- REACT_DIST=next
1414
- REACT_DIST=experimental
15+
before_install:
16+
- nvm install-latest-npm
1517
install:
16-
# 7.0.6 fixed CI environments prompting user input.
17-
# Can be removed once node15 bumps the shipped npm version.
18-
- npm install --global npm@>=7.0.6
1918
- npm install
2019
# as requested by the React team :)
2120
# https://reactjs.org/blog/2019/10/22/react-release-channels.html#using-the-next-channel-for-integration-testing

0 commit comments

Comments
 (0)