Add Go 1.4 to Travis config

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

View file

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