From dd5b2fdef3a6745a57f436390fd248d27bfc3365 Mon Sep 17 00:00:00 2001 From: akuma06 Date: Sun, 25 Jun 2017 20:39:37 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ff1b4cd..52928323 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ before_install: before_script: - go vet - go test -v ./... -- cd deploy/ansible/ && for playbook in *.yml; do ansible-playbook -i hosts $playbook --syntax-check; done && cd ../.. install: # Add Godeps dependencies to GOPATH and PATH - export GOPATH="${TRAVIS_BUILD_DIR}/vendor:$GOPATH"