Skip to content

Commit 1d13583

Browse files
committed
TravisCI: updating test versions
1 parent c282820 commit 1d13583

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ sudo: false
22
language: go
33

44
go:
5-
- 1.8.x
6-
- 1.9.x
5+
- "stable"
6+
- "1.10.4"
7+
- "1.9.x"
8+
- "1.8.x"
79
- tip
810

911
matrix:
@@ -12,7 +14,7 @@ matrix:
1214
fast_finish: true
1315

1416
before_script:
15-
- go get -u github.com/golang/lint/golint
17+
- go get -u golang.org/x/lint/golint
1618

1719
script:
1820
- go test -v --race ./...

0 commit comments

Comments
 (0)