Skip to content

Commit 8c2ff7d

Browse files
committed
*: travis, build with go1.10
1 parent e8de59d commit 8c2ff7d

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
@@ -5,9 +5,9 @@ os:
55
- osx
66

77
go:
8+
- 1.10.x
89
- 1.9.x
910
- 1.8.x
10-
- 1.7.x
1111

1212
script:
1313
- make
@@ -30,4 +30,4 @@ deploy:
3030
on:
3131
repo: CodisLabs/redis-port
3232
tags: true
33-
condition: $TRAVIS_GO_VERSION =~ ^1\.[7-9]\.[0-9]+$
33+
condition: $TRAVIS_GO_VERSION =~ ^1\.(1[0-9]|[8-9])\.[0-9]+$

0 commit comments

Comments
 (0)