Merge pull request #726 from ericchiang/v1-dont-deploy-on-merge
v1: don't deploy on merge
This commit is contained in:
commit
0e3cb55982
1 changed files with 0 additions and 9 deletions
|
@ -36,15 +36,6 @@ script:
|
|||
- ./build-docker
|
||||
- ./build-docker clean
|
||||
|
||||
deploy:
|
||||
provider: script
|
||||
script: scripts/deploy
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
go: '1.6.2'
|
||||
condition: "$TRAVIS_PULL_REQUEST = false"
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
|
|
Reference in a new issue