Skip to content

Commit

Permalink
travis: fix path for integration
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Jun 12, 2014
1 parent 0d9280e commit 1b60c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1b60c4d

Please sign in to comment.