Skip to content

Commit

Permalink
try adding the real gopath
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaldrip committed Oct 10, 2014
1 parent bda193c commit 32ba1e6
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 @@ -3,7 +3,7 @@ go:
- 1.2
- 1.3
- tip
env: PATH=$GOPATH/bin:$PATH
env: PATH=$HOME/gopath/bin:$PATH
install:
- go get github.com/nitrous-io/goop
- make install-deps
Expand Down

0 comments on commit 32ba1e6

Please sign in to comment.