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
1 changed files with 2 additions and 1 deletions

View File

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