Skip to content

Commit b2ce238

Browse files
authored
Merge pull request #87 from HaraldNordgren/go_versions
Bump Go versions and use 1.n.x to get latest minor versions
2 parents 8ccf535 + 3df6b01 commit b2ce238

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: go
22
sudo: false
33
go:
4-
- 1.6
5-
- 1.7
6-
- 1.8
7-
- 1.9
8-
- "1.10"
9-
- 1.11
4+
- 1.6.x
5+
- 1.7.x
6+
- 1.8.x
7+
- 1.9.x
8+
- 1.10.x
9+
- 1.11.x
1010
- tip
1111
matrix:
1212
allow_failures:

0 commit comments

Comments
 (0)