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 689e5be commit 5d0d55fCopy full SHA for 5d0d55f
.travis.yml
@@ -28,14 +28,10 @@ deploy:
28
- provider: script
29
on:
30
all_branches: true
31
- condition: $TRAVIS_BRANCH != master
32
skip_cleanup: true
33
script: npm run deploy -- -x -e $TRAVIS_BRANCH -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
34
35
36
- branch: master
37
- skip_cleanup: true
38
- script: npm run --silent deploy -- -x -a -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
39
40
script: npm run prune -- https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
41
- provider: npm
0 commit comments