Target latest Go patch level in Travis (#80)

This commit is contained in:
Thomas Pelletier
2016-07-25 09:41:11 +02:00
committed by GitHub
parent 923742e542
commit 7f292800de
+3 -3
View File
@@ -1,9 +1,9 @@
language: go language: go
script: "./test.sh" script: "./test.sh"
go: go:
- 1.4.3 - 1.4
- 1.5.4 - 1.5
- 1.6.2 - 1.6
- tip - tip
before_install: before_install:
- go get github.com/axw/gocov/gocov - go get github.com/axw/gocov/gocov