Skip to content

Commit 4b80ac2

Browse files
authored
Drop support for go 1.2 (#10)
* Drop support for go 1.2 Also, add all the go versions in between 1.6 and tip to the Travis test script.
1 parent 7e1b8b5 commit 4b80ac2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
language: go
22
go:
3-
- 1.2
43
- 1.3
54
- 1.4
65
- 1.5
6+
- 1.6
7+
- 1.7
8+
- 1.8
9+
- 1.9
10+
- "1.10"
11+
- 1.11
12+
- 1.12
713
- tip
814
script: go test -v ./...

0 commit comments

Comments
 (0)