Add Go 1.4.2 to Travis config

Go tip is at 1.5 now; make sure we also test with the latest release version.
This commit is contained in:
bep 2015-05-24 18:46:32 +02:00
parent 4c850b6921
commit bef34597f4

View file

@ -1,6 +1,7 @@
language: go language: go
go: go:
- 1.3 - 1.3
- 1.4.2
- tip - tip
script: script:
- go test ./... - go test ./...