forked from mystiq/dex
Merge pull request #486 from ericchiang/build-with-go-1-6
build with go 1.6 and actually push to quay
This commit is contained in:
commit
1cc816097a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue