Merge pull request #726 from ericchiang/v1-dont-deploy-on-merge

v1: don't deploy on merge
This commit is contained in:
Eric Chiang 2016-12-07 10:18:44 -08:00 committed by GitHub
commit 0e3cb55982
1 changed files with 0 additions and 9 deletions

View File

@ -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