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 0846c18 commit 28005a0Copy full SHA for 28005a0
.travis.yml
@@ -29,9 +29,14 @@ script:
29
after_success:
30
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
31
32
+before_deploy:
33
+ - if [ "$BRANCH" == "master" ]; then
34
+ git checkout master;
35
+ fi;
36
+
37
deploy:
38
- provider: script
- script: if [ "$NPM_TOKEN" != "false" ]; then yarn release; fi
39
+ script: if [ "$GH_TOKEN" != "false" ]; then npx auto shipit; fi;
40
skip-cleanup: true
41
on:
42
all_branches: true
0 commit comments