Commit cf0c2afa authored by Dalton Hubble's avatar Dalton Hubble

travis: Change from after_success script to travis deploy

parent bfe53e0b
......@@ -21,8 +21,14 @@ script:
- ./test
- ./test-functional
after_success:
- if [[ "$TRAVIS_GO_VERSION" == "1.5.3" && "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_BRANCH" == "master" ]]; then ./build-docker-push ;fi
deploy:
provider: script
script: build-docker-push
skip_cleanup: true
on:
branch: master
go: '1.5.3'
condition: "$TRAVIS_PULL_REQUEST = false"
notifications:
email: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment