Skip to content

Commit c37be76

Browse files
sbinetncw
authored andcommitted
ci: use latest patch version of Go releases
1 parent 2609237 commit c37be76

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ dist: trusty
44
os:
55
- linux
66
go:
7-
- 1.8.7
8-
- 1.9.3
9-
- "1.10.1"
10-
- tip
7+
- 1.8.x
8+
- 1.9.x
9+
- 1.10.x
10+
- master
1111
script:
1212
- go test ./...
1313
- GOARCH=386 go test ./...
1414
matrix:
1515
allow_failures:
16-
- go: tip
16+
- go: master

0 commit comments

Comments
 (0)