From a6e85ecf7e8f65c822b234709b0855d735608f58 Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 8 Jan 2016 19:23:59 +0100 Subject: [PATCH] Only install own dependencies --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db62ebe..9bd9609 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ matrix: allow_failures: - go: tip -before_install: +install: - export PACKAGES=$(find ./ -maxdepth 1 -type d -not \( -name ".git" -or -name "cmd" -or -name "vendor" -or -name "data" \)) - go get $PACKAGES