From 1667f1082b1e7376afcda60446ba1de531de5778 Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Wed, 1 Aug 2018 11:15:29 -0400 Subject: [PATCH] Don't rebuild vendor in Travis Since we check vendor in, there's no need to rebuild the vendor directory. --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea1eb006..9e46438d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,19 +6,8 @@ go: # blech, Travis downloads with capitals in DirectXMan12, which confuses go 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 -cache: - directories: - - ~/gopath/pkg/dep/ - sudo: required services: - docker