Correct .travis.yml to be further glide-ed.

This commit is contained in:
David Anderson 2016-08-14 17:57:57 -07:00
parent fed7f78f53
commit 2639514bac

View File

@ -16,7 +16,7 @@ install:
before_script:
script:
- glide install
- GO15VENDOREXPERIMENT=1 go build ./...
- GO15VENDOREXPERIMENT=1 go build $(glide novendor)
- GO15VENDOREXPERIMENT=1 go test $(glide novendor)
- go vet $(glide novendor)
- golint $(glide novendor)