From 1b60c4d88fd5eb015045c95814869be5104ac0c7 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Thu, 12 Jun 2014 16:05:05 -0700 Subject: [PATCH] travis: fix path for integration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce97dbe0036..1fcc93396c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ install: script: - ./hack/test-go.sh - - PATH=$GOPATH/bin ./hack/integration-test.sh + - PATH=$GOPATH/bin:$PATH ./hack/integration-test.sh