Skip to content

Commit e5bd9ca

Browse files
committed
Test using latest point release
Specifying "1.7" will test with 1.7, not with 1.7.6 or whatever. We probably want the latter as that's the one with bug fixes and the one people are likely to be running in production.
1 parent eae8a16 commit e5bd9ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: go
22
sudo: false
33
go:
4-
- "1.7"
5-
- "1.8"
6-
- "1.9"
7-
- "1.10"
8-
- "tip"
4+
- 1.7.x
5+
- 1.8.x
6+
- 1.9.x
7+
- 1.10.x
8+
- tip
99

1010
before_install:
1111
- go get github.com/mattn/goveralls

0 commit comments

Comments
 (0)