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 f27cc2a commit e7be5deCopy full SHA for e7be5de
.travis.yml
@@ -11,13 +11,12 @@ install:
11
- npm i
12
# as requested by the React team :)
13
# https://reactjs.org/blog/2019/10/22/react-release-channels.html#using-the-next-channel-for-integration-testing
14
- - if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then npm install react@next react-dom@next; fi
15
-script:
16
- - npm run lint
17
- - npm run test
+ - if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then npm update react@next react-dom@next; fi
+script: npm run lint && npm run test
18
jobs:
19
include:
20
- stage: release
21
if: branch = master AND type != pull_request
22
node_js: 10
23
script: npm run semantic-release
+ deploy: npm run deploy
0 commit comments