Remove godep from Travis; we're using Go 1.6 vendoring now

This commit is contained in:
Jeff Mitchell 2016-02-18 18:25:21 -05:00
parent f45e5ed5a3
commit 9ed5dbdc55

View File

@ -14,8 +14,5 @@ branches:
only:
- master
install:
- go get github.com/tools/godep
script:
- make test testrace