Skip to content

Commit 6f8b898

Browse files
authored
fix(travis-ci): Remove older versions of go (gomodule#516)
Remove older versions of go from travis config due to the testing dependency testify requiring errors.Is which is only available in go 1.13 and above. Also switch to master from tip which is the new standard for travis on golang..
1 parent efddc00 commit 6f8b898

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@ services:
33
- redis-server
44

55
go:
6-
- 1.9.x
7-
- 1.10.x
8-
- 1.11.x
9-
- 1.12.x
106
- 1.13.x
117
- 1.14.x
12-
- tip
8+
- master
139

1410
matrix:
1511
allow_failures:
16-
- go: tip
12+
- go: master
1713

1814
script:
1915
- go get -t -v ./...

0 commit comments

Comments
 (0)