Skip to content

Commit

Permalink
travis: add go bin dir to $PATH
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Oppegard <[email protected]>
  • Loading branch information
Alex Suraci authored and oppegard committed Nov 14, 2013
1 parent a36eab0 commit 47eb37e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ install:
- go get -v ./...
- go build -v ./...

script: go test -v ./...
script:
- export PATH=$HOME/gopath/bin:$PATH
- go test -v ./...

0 comments on commit 47eb37e

Please sign in to comment.