Don't rebuild vendor in Travis

Since we check vendor in, there's no need to rebuild the vendor
directory.
This commit is contained in:
Solly Ross 2018-08-01 11:15:29 -04:00
parent df3d247308
commit 1667f1082b

View file

@ -6,19 +6,8 @@ go:
# blech, Travis downloads with capitals in DirectXMan12, which confuses go # blech, Travis downloads with capitals in DirectXMan12, which confuses go
go_import_path: github.com/directxman12/k8s-prometheus-adapter go_import_path: github.com/directxman12/k8s-prometheus-adapter
before_install:
- curl -L -s https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 -o $GOPATH/bin/dep
- chmod +x $GOPATH/bin/dep
install:
- make -B vendor
script: make verify script: make verify
cache:
directories:
- ~/gopath/pkg/dep/
sudo: required sudo: required
services: services:
- docker - docker