Skip to content

Commit

Permalink
*: upgrade to go 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericchiang committed Jan 13, 2016
1 parent 09d8d84 commit 9db1062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ language: go

go:
- 1.4.3
- 1.5.2
- 1.5.3

env:
- DEX_TEST_DSN="postgres://postgres@127.0.0.1:15432/postgres?sslmode=disable" ISOLATED=true
Expand All @@ -22,7 +22,7 @@ script:
- ./test-functional

after_success:
- if [[ "$TRAVIS_GO_VERSION" == "1.5.2" && "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_BRANCH" == "master" ]]; then ./build-docker-push ;fi
- if [[ "$TRAVIS_GO_VERSION" == "1.5.3" && "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_BRANCH" == "master" ]]; then ./build-docker-push ;fi

notifications:
email: false

0 comments on commit 9db1062

Please sign in to comment.