Specify point versions in Travis

This commit is contained in:
Thomas Pelletier
2015-09-10 09:50:57 +01:00
parent 6b9002d8f9
commit 56c6106477
+4 -4
View File
@@ -2,10 +2,10 @@ language: go
script: "./test.sh" script: "./test.sh"
sudo: false sudo: false
go: go:
- 1.2 - 1.2.2
- 1.3 - 1.3.3
- 1.4.1 - 1.4.2
- 1.5 - 1.5.1
- tip - tip
before_install: before_install:
- go get github.com/axw/gocov/gocov - go get github.com/axw/gocov/gocov