Skip to content

Commit

Permalink
travis: explicit gopath
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Jun 12, 2014
1 parent 1b60c4d commit afc3fe7
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:$PATH ./hack/integration-test.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/integration-test.sh

0 comments on commit afc3fe7

Please sign in to comment.