Go 1.11.1
This commit is contained in:
parent
da5ee45b8c
commit
b6847fab99
|
@ -3,7 +3,7 @@ language: go
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
go:
|
go:
|
||||||
- 1.11
|
- 1.11.1
|
||||||
script:
|
script:
|
||||||
- gimme --list
|
- gimme --list
|
||||||
- echo $TRAVIS_GO_VERSION
|
- echo $TRAVIS_GO_VERSION
|
||||||
|
@ -173,7 +173,7 @@ deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: jedisct1/dnscrypt-proxy
|
repo: jedisct1/dnscrypt-proxy
|
||||||
condition: "${TRAVIS_GO_VERSION} == 1.11"
|
condition: "${TRAVIS_GO_VERSION} == 1.11.1"
|
||||||
tags: true
|
tags: true
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- mkdir -p /tmp/bin /tmp/lib /tmp/include
|
- mkdir -p /tmp/bin /tmp/lib /tmp/include
|
||||||
|
|
Loading…
Reference in New Issue