Use Go 1.10.1
This commit is contained in:
parent
4439040bc8
commit
172159c00a
|
@ -6,7 +6,7 @@ os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.10"
|
- "1.10.1"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- gimme --list
|
- gimme --list
|
||||||
|
@ -191,7 +191,7 @@ deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: jedisct1/dnscrypt-proxy
|
repo: jedisct1/dnscrypt-proxy
|
||||||
condition: "${TRAVIS_GO_VERSION} == 1.10"
|
condition: "${TRAVIS_GO_VERSION} == 1.10.1"
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
after_deploy:
|
after_deploy:
|
||||||
|
|
Loading…
Reference in New Issue