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 10a515e commit 646f8c0Copy full SHA for 646f8c0
.travis.yml
@@ -13,8 +13,7 @@ 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
+ - if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then npm install react@next react-dom@next; fi
18
script: npm run validate
19
after_success: kcd-scripts travis-after-success
20
branches:
0 commit comments