Skip to content

Commit a08964e

Browse files
committed
Update Travis to use modern versions of Go
1 parent 73d13c2 commit a08964e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
language: go
22

33
go:
4-
- 1.4
5-
- 1.5
6-
- 1.6
4+
- 1.7
5+
- 1.8
6+
- 1.9
7+
- "1.10"
8+
- tip
79

810
install:
911
- go get -t ./...

0 commit comments

Comments
 (0)