build with go 1.6 and actually push to quay
This commit is contained in:
parent
e134d4d261
commit
f25f882e07
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
go: '1.5.3'
|
go: '1.6.2'
|
||||||
condition: "$TRAVIS_PULL_REQUEST = false"
|
condition: "$TRAVIS_PULL_REQUEST = false"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Reference in a new issue