Skip to content

Commit bf1c66b

Browse files
HaraldNordgrenbuger
authored andcommitted
Bump Go versions and use '.x' to always get latest patch versions (#151)
1 parent 52c6e14 commit bf1c66b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
language: go
2-
go: 1.7
2+
go:
3+
- 1.7.x
4+
- 1.8.x
5+
- 1.9.x
6+
- 1.10.x
7+
- 1.11.x
38
script: go test -v ./.

0 commit comments

Comments
 (0)