From 1dddd818c4cffe64c71f1bac8b327dfe99f56cd4 Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Fri, 4 Jan 2019 11:12:47 +0000 Subject: [PATCH] Move dep to GoPath in CI setup --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4d4ede7..8ef5bcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ install: # Fetch dependencies - wget -O dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64 - chmod +x dep - - mv dep /usr/local/bin/dep + - mv dep $GOPATH/bin/dep script: - ./configure # Run tests