Skip to content

Commit

Permalink
.travis.yml: Push to repo after success.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Rullo committed Dec 21, 2015
1 parent c476707 commit a60a4d2
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/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

0 comments on commit a60a4d2

Please sign in to comment.