mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 05:37:38 +03:00
Use Go 1.10rc2
This commit is contained in:
parent
dfe68118c6
commit
148b19cfd1
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ os:
|
|||
- linux
|
||||
|
||||
go:
|
||||
- 1.10rc1
|
||||
- 1.10rc2
|
||||
|
||||
script:
|
||||
- echo $TRAVIS_GO_VERSION
|
||||
|
@ -156,7 +156,7 @@ deploy:
|
|||
skip_cleanup: true
|
||||
on:
|
||||
repo: jedisct1/dnscrypt-proxy
|
||||
condition: "${TRAVIS_GO_VERSION} == 1.10rc1"
|
||||
condition: "${TRAVIS_GO_VERSION} == 1.10rc2"
|
||||
tags: true
|
||||
|
||||
after_deploy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue