Skip to content

Commit f25c643

Browse files
committed
travis: remove go1.7.x
1 parent c4ba666 commit f25c643

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ os:
77
go:
88
- 1.9.x
99
- 1.8.x
10-
- 1.7.x
1110

1211
script:
1312
- make
@@ -30,4 +29,4 @@ deploy:
3029
on:
3130
repo: CodisLabs/codis
3231
tags: true
33-
condition: $TRAVIS_GO_VERSION =~ ^1\.[7-9]\.[0-9]+$
32+
condition: $TRAVIS_GO_VERSION =~ ^1\.[8-9]\.[0-9]+$

0 commit comments

Comments
 (0)