Configure TravisCI to pull pkgs needed for tests.

This commit is contained in:
Dave Collins 2013-12-10 16:13:08 -06:00
parent 977d47641f
commit e5a09bdfaa

View file

@ -2,3 +2,4 @@ language: go
go:
- release
- tip
install: go get -d -t -v ./...