Skip to content

Commit 5c0a0e3

Browse files
committed
Remove 1.3.*, 1.4.* from .travis.yml
1 parent 1934da2 commit 5c0a0e3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

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

33
go:
4-
- 1.3.3
5-
- 1.4
6-
- 1.4.1
7-
- 1.4.2
8-
- 1.4.3
94
- 1.5
105
- 1.5.1
6+
- 1.5.2
7+
- 1.5.3
8+
- 1.6
119
- tip
1210

1311
script:

0 commit comments

Comments
 (0)