Skip to content

Commit 6899632

Browse files
authored
Merge pull request #20 from kevinburke/travis
Test using latest point release
2 parents eae8a16 + e5bd9ca commit 6899632

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)