remove extra go gets in travis

This commit is contained in:
Alex Flint 2015-11-01 13:26:43 -08:00
parent f042ab6386
commit 3ff6f256dc
1 changed files with 0 additions and 3 deletions

View File

@ -2,6 +2,3 @@ language: go
go:
- 1.4
- tip
install:
- go get ./...
- go get -t ./...