The trick to make Travis use Go 1.10 is to use quotes :)
This commit is contained in:
parent
8d4f6770e5
commit
10e96cced6
|
@ -6,7 +6,7 @@ os:
|
|||
- linux
|
||||
|
||||
go:
|
||||
- 1.10rc2
|
||||
- "1.10"
|
||||
|
||||
script:
|
||||
- gimme --list
|
||||
|
@ -184,7 +184,7 @@ deploy:
|
|||
skip_cleanup: true
|
||||
on:
|
||||
repo: jedisct1/dnscrypt-proxy
|
||||
condition: "${TRAVIS_GO_VERSION} == 1.10rc2"
|
||||
condition: "${TRAVIS_GO_VERSION} == 1.10"
|
||||
tags: true
|
||||
|
||||
after_deploy:
|
||||
|
|
Loading…
Reference in New Issue