Skip to content

Commit d17932b

Browse files
committed
travis: build with go1.9.x
1 parent f8bc4e3 commit d17932b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ os:
55
- osx
66

77
go:
8+
- 1.9.x
89
- 1.8.x
910
- 1.7.x
1011
- 1.6.x
@@ -30,4 +31,4 @@ deploy:
3031
on:
3132
repo: CodisLabs/codis
3233
tags: true
33-
condition: $TRAVIS_GO_VERSION =~ ^1\.[7-8]\.[0-9]+$
34+
condition: $TRAVIS_GO_VERSION =~ ^1\.[7-9]\.[0-9]+$

0 commit comments

Comments
 (0)