Give Go 1.10 a new spin on Travis
This commit is contained in:
parent
ebd55ba954
commit
979f1b19ff
|
@ -6,7 +6,7 @@ os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.10rc2
|
- 1.10
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- gimme --list
|
- gimme --list
|
||||||
|
@ -156,7 +156,7 @@ deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: jedisct1/dnscrypt-proxy
|
repo: jedisct1/dnscrypt-proxy
|
||||||
condition: "${TRAVIS_GO_VERSION} == 1.10rc2"
|
condition: "${TRAVIS_GO_VERSION} == 1.10"
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
after_deploy:
|
after_deploy:
|
||||||
|
|
Loading…
Reference in New Issue