Configure TravisCI to pull pkgs needed for tests.

This commit is contained in:
Dave Collins 2014-08-30 00:14:00 -05:00
parent 5615e3530a
commit 7faa16c238

View file

@ -3,3 +3,4 @@ go:
- 1.2
- 1.3
- tip
install: go get -d -t -v ./...