Skip to content

Commit 036f590

Browse files
committed
travis: build with go1.10.x
1 parent 33651fe commit 036f590

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.10.x
89
- 1.9.x
910
- 1.8.x
1011

@@ -29,4 +30,4 @@ deploy:
2930
on:
3031
repo: CodisLabs/codis
3132
tags: true
32-
condition: $TRAVIS_GO_VERSION =~ ^1\.[8-9]\.[0-9]+$
33+
condition: $TRAVIS_GO_VERSION =~ ^1\.(1[0-9]|[8-9])\.[0-9]+$

0 commit comments

Comments
 (0)