Commit a60a4d25 authored by Bobby Rullo's avatar Bobby Rullo

.travis.yml: Push to repo after success.

parent c4767077
......@@ -3,6 +3,7 @@ services:
- docker
language: go
go:
- 1.4.3
- 1.5.2
......@@ -19,5 +20,8 @@ script:
- docker run -d -p 127.0.0.1:15432:5432 quay.io/ericchiang/postgres
- ./test
after_success:
- if [[ "$TRAVIS_GO_VERSION" == "1.5.2" && "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_BRANCH" == "master" ]]; then ./build-docker-push ;fi
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