Skip to content

Commit 6be16e7

Browse files
committed
Only specify major.minor Go versions to TravisCI.
1 parent 4b46e2a commit 6be16e7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

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

33
go:
4-
- 1.0.3
5-
- 1.1.2
6-
- 1.2.2
7-
- 1.3.3
8-
- 1.4.3
9-
- 1.5.3
4+
- 1.0
5+
- 1.1
6+
- 1.2
7+
- 1.3
8+
- 1.4
9+
- 1.5
1010
- release
1111
- tip

0 commit comments

Comments
 (0)