Update travis config for recent Go versions.

This commit is contained in:
Josh Rickmar 2015-12-08 11:39:32 -05:00
parent 647e7fdd22
commit b701fadd7b

View file

@ -1,6 +1,6 @@
language: go
go:
- 1.3.3
- 1.4.1
- 1.4.3
- 1.5.2
sudo: false
install: go get -d -t -v ./...