Update Go versions in Travis config

See #81
This commit is contained in:
bep 2015-04-01 19:04:27 +02:00
parent 79bd93d369
commit bea8ba9ce6

View file

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