Skip to content

Commit 9e8dc3f

Browse files
authored
Merge pull request #486 from AlekSi/patch-1
Use latest Go patch versions, add new ones
2 parents af8e7d5 + 4690ff4 commit 9e8dc3f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
language: go
22

33
go:
4-
- 1.2
5-
- 1.3
6-
- 1.4
7-
- 1.5
8-
- 1.6
4+
- 1.2.x
5+
- 1.3.x
6+
- 1.4.x
7+
- 1.5.x
8+
- 1.6.x
9+
- 1.7.x
10+
- 1.8.x
911
- tip
1012

1113
install:

0 commit comments

Comments
 (0)