Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ env:
- REACT_DIST=latest
- REACT_DIST=next
- REACT_DIST=experimental
before_install:
- nvm install-latest-npm
install:
# 7.0.6 fixed CI environments prompting user input.
# Can be removed once node15 bumps the shipped npm version.
- npm install --global npm@>=7.0.6
- npm install
# as requested by the React team :)
# https://reactjs.org/blog/2019/10/22/react-release-channels.html#using-the-next-channel-for-integration-testing
Expand Down