mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-03 13:17:37 +03:00
Use Go 1.10.3
This commit is contained in:
parent
9135efcaec
commit
44729df987
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ language: go
|
|||
os:
|
||||
- linux
|
||||
go:
|
||||
- 1.10.2
|
||||
- 1.10.3
|
||||
script:
|
||||
- gimme --list
|
||||
- echo $TRAVIS_GO_VERSION
|
||||
|
@ -169,7 +169,7 @@ deploy:
|
|||
skip_cleanup: true
|
||||
on:
|
||||
repo: jedisct1/dnscrypt-proxy
|
||||
condition: "${TRAVIS_GO_VERSION} == 1.10.2"
|
||||
condition: "${TRAVIS_GO_VERSION} == 1.10.3"
|
||||
tags: true
|
||||
before_deploy:
|
||||
- mkdir -p /tmp/bin /tmp/lib /tmp/include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue