Correct Go release version in Travis config (1.5.2)

This commit is contained in:
Bjørn Erik Pedersen 2015-11-08 21:29:02 +01:00
parent 5144a3aa19
commit 1e1d5137bf

View file

@ -2,7 +2,7 @@ language: go
go:
- 1.3.3
- 1.4.2
- 1.5.1
- 1.5.2
- tip
script:
- go test -v ./...