Skip to content

Commit 10e96cc

Browse files
committed
The trick to make Travis use Go 1.10 is to use quotes :)
1 parent 8d4f677 commit 10e96cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ os:
66
- linux
77

88
go:
9-
- 1.10rc2
9+
- "1.10"
1010

1111
script:
1212
- gimme --list
@@ -184,7 +184,7 @@ deploy:
184184
skip_cleanup: true
185185
on:
186186
repo: jedisct1/dnscrypt-proxy
187-
condition: "${TRAVIS_GO_VERSION} == 1.10rc2"
187+
condition: "${TRAVIS_GO_VERSION} == 1.10"
188188
tags: true
189189

190190
after_deploy:

0 commit comments

Comments
 (0)