Hardcode Go versions in .travis.yml

This commit is contained in:
Thomas Pelletier
2016-04-13 09:23:15 +02:00
parent d6a90e60ed
commit afca7f3334
+3 -3
View File
@@ -1,9 +1,9 @@
language: go language: go
script: "./test.sh" script: "./test.sh"
go: go:
- 1.4.2 - 1.4.3
- 1.5.3 - 1.5.4
- 1.6 - 1.6.1
- tip - tip
before_install: before_install:
- go get github.com/axw/gocov/gocov - go get github.com/axw/gocov/gocov