Skip to content

Commit 646f8c0

Browse files
author
Kent C. Dodds
authored
chore(ci): make install script be on one line
1 parent 10a515e commit 646f8c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ install:
1313
- npm install
1414
# as requested by the React team :)
1515
# 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
16+
- if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then npm install react@next react-dom@next; fi
1817
script: npm run validate
1918
after_success: kcd-scripts travis-after-success
2019
branches:

0 commit comments

Comments
 (0)