Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
feat(deploy): #1511 default dev branch / deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 13, 2019
1 parent b64ef7a commit 4559431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js:
branches:
only:
- master
- v0.11.6
- v0.11.9
- /issue-*/
- eddie
- khush
Expand Down Expand Up @@ -49,10 +49,10 @@ deploy:
script: sh ./scripts/deployment/dev.sh
message: "Deploying v0.11.dev-$TRAVIS_BUILD_NUMBER-ALPHA"
on:
branch: v0.11.6
branch: v0.11.9
- provider: script
skip_cleanup: true
script: sh ./scripts/deployment/prod.sh
message: "Deploying v0.11.6-$TRAVIS_BUILD_NUMBER-ALPHA"
message: "Deploying v0.11-$TRAVIS_BUILD_NUMBER-ALPHA"
on:
branch: master

0 comments on commit 4559431

Please sign in to comment.