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 language: go
go: go:
- 1.3 - 1.3.3
- release - 1.4.1
- tip install: go get -d -t -v ./...
install: go get -d -t -v ./...