We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d11b0 commit 10a515eCopy full SHA for 10a515e
.travis.yml
@@ -9,7 +9,12 @@ node_js:
9
- '8'
10
- '10'
11
- '12'
12
-install: npm install
+install:
13
+ - npm install
14
+ # as requested by the React team :)
15
+ # https://reactjs.org/blog/2019/10/22/react-release-channels.html#using-the-next-channel-for-integration-testing
16
+ - if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then npm install react@next
17
+ react-dom@next; fi
18
script: npm run validate
19
after_success: kcd-scripts travis-after-success
20
branches:
0 commit comments