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

Commit

Permalink
Merge pull request #1512 from DashboardHub/issue-1511
Browse files Browse the repository at this point in the history
feat(deploy): #1511 default dev branch / deploy
  • Loading branch information
eddiejaoude committed Sep 13, 2019
2 parents b64ef7a + 4559431 commit 22b1461
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 22b1461

Please sign in to comment.