Skip to content

Commit

Permalink
travis: fix integration test invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Jun 12, 2014
1 parent ac14b2b commit 0563f5d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0563f5d

Please sign in to comment.