Skip to content

Commit 10a515e

Browse files
author
Kent C. Dodds
authored
1 parent 89d11b0 commit 10a515e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ node_js:
99
- '8'
1010
- '10'
1111
- '12'
12-
install: npm install
12+
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
1318
script: npm run validate
1419
after_success: kcd-scripts travis-after-success
1520
branches:

0 commit comments

Comments
 (0)