Skip to content

Commit 0709d5b

Browse files
committed
Travis still doesn't support Go 1.10
1 parent cc846dd commit 0709d5b

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.10.0
9+
- 1.10rc2
1010

1111
script:
1212
- gimme --list
@@ -156,7 +156,7 @@ deploy:
156156
skip_cleanup: true
157157
on:
158158
repo: jedisct1/dnscrypt-proxy
159-
condition: "${TRAVIS_GO_VERSION} == 1.10.0"
159+
condition: "${TRAVIS_GO_VERSION} == 1.10rc2"
160160
tags: true
161161

162162
after_deploy:

0 commit comments

Comments
 (0)