Skip to content

Commit

Permalink
Merge pull request #236 from bobbyrullo/push_it_good
Browse files Browse the repository at this point in the history
.travis.yml: Push to repo after success
  • Loading branch information
bobbyrullo committed Dec 21, 2015
2 parents 630e5f2 + a60a4d2 commit 0f7fed8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services:
- docker

language: go

go:
- 1.4.3
- 1.5.2
Expand All @@ -19,5 +20,8 @@ script:
- docker run -d -p 127.0.0.1:15432:5432 quay.io/coreos/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

0 comments on commit 0f7fed8

Please sign in to comment.