From 0563f5d2b1a0eeabab5d747580560c2b5f4e4d1e Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Thu, 12 Jun 2014 15:40:08 -0700 Subject: [PATCH] travis: fix integration test invocation --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d92aec90193..e761daeb5ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ install: - ./hack/build-go.sh script: - - . /home/travis/google-cloud-sdk/path.bash.inc - ./hack/test-go.sh - - ./hack/integration-test.sh - - ./hack/e2e-test.sh + - bash --init-file /home/travis/google-cloud-sdk/path.bash.inc ./hack/integration-test.sh + - bash --init-file /home/travis/google-cloud-sdk/path.bash.inc ./hack/e2e-test.sh