Skip to content

Commit

Permalink
fixup! travis: Put go and GOPATH outside of the project directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Lespiau committed Oct 26, 2016
1 parent 98dffea commit 8ea4c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
- LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
- PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
- ACLOCAL_FLAGS="-I /usr/local/share/aclocal $ACLOCAL_FLAG"
- GOROOT=$PWD/../go
- GOPATH=$PWD/../gopath
- GOROOT=$HOME/go
- GOPATH=$HOME/gopath
- PATH=$GOROOT/bin:$GOPATH/bin:/usr/local/bin:$PATH
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
Expand Down

0 comments on commit 8ea4c22

Please sign in to comment.