We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f54b5 commit c2806fcCopy full SHA for c2806fc
.travis.yml
@@ -7,12 +7,15 @@ node_js:
7
- 10.14.2
8
- 12
9
- 14
10
- - node
+ - 15
11
env:
12
- REACT_DIST=latest
13
- REACT_DIST=next
14
- REACT_DIST=experimental
15
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
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