Set Go version to 1.4.2 in Travis config

See #81
This commit is contained in:
bep 2015-04-01 19:20:00 +02:00
parent be1667c3f0
commit be3cf39f80

View file

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