Browse Source

Merge pull request #486 from ericchiang/build-with-go-1-6

build with go 1.6 and actually push to quay
pull/490/head v0.5.0
Eric Chiang 10 years ago committed by GitHub
parent
commit
1cc816097a
  1. 2
      .travis.yml

2
.travis.yml

@ -39,7 +39,7 @@ deploy:
skip_cleanup: true
on:
branch: master
go: '1.5.3'
go: '1.6.2'
condition: "$TRAVIS_PULL_REQUEST = false"
notifications:

Loading…
Cancel
Save