Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c33628c

Browse files
committed
travis: update go version
1 parent 5ab4441 commit c33628c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ os:
55
- osx
66

77
go:
8-
- 1.7.5
9-
- 1.6.4
10-
- 1.5.4
8+
- 1.7.x
9+
- 1.6.x
10+
- 1.5.x
1111

1212
script:
1313
- make
@@ -30,4 +30,4 @@ deploy:
3030
on:
3131
repo: CodisLabs/codis
3232
tags: true
33-
go: '1.7.5'
33+
condition: $TRAVIS_GO_VERSION =~ ^1\.7\.[0-9]+$

0 commit comments

Comments
 (0)