mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-11-11 01:27:18 +03:00
Travis still doesn't support Go 1.10
This commit is contained in:
parent
cc846dd205
commit
0709d5bdeb
@ -6,7 +6,7 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.10.0
|
- 1.10rc2
|
||||||
|
|
||||||
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.10.0"
|
condition: "${TRAVIS_GO_VERSION} == 1.10rc2"
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
after_deploy:
|
after_deploy:
|
||||||
|
Loading…
Reference in New Issue
Block a user