Fix Go versions for Travis.

This commit is contained in:
Josh Rickmar 2015-02-05 17:01:00 -05:00
parent 23c9dc423e
commit a049908634

View file

@ -1,6 +1,5 @@
language: go
go:
- 1.3
- release
- tip
install: go get -d -t -v ./...
- 1.3.3
- 1.4.1
install: go get -d -t -v ./...