From 9ed5dbdc558c65eb19e264cbeb7e11e50b7aa366 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 18 Feb 2016 18:25:21 -0500 Subject: [PATCH] Remove godep from Travis; we're using Go 1.6 vendoring now --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cce61fdb11..72e96caea6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,5 @@ branches: only: - master -install: - - go get github.com/tools/godep - script: - make test testrace