Skip to content

Commit 5d0d55f

Browse files
author
Ray Schamp
committed
Commit master builds to master directory
1 parent 689e5be commit 5d0d55f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,10 @@ deploy:
2828
- provider: script
2929
on:
3030
all_branches: true
31-
condition: $TRAVIS_BRANCH != master
3231
skip_cleanup: true
3332
script: npm run deploy -- -x -e $TRAVIS_BRANCH -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
3433
- provider: script
3534
on:
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
3935
all_branches: true
4036
script: npm run prune -- https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
4137
- provider: npm

0 commit comments

Comments
 (0)