Skip to content

Commit

Permalink
Fix travis build.
Browse files Browse the repository at this point in the history
Travis is now using gvm, GOPATH changed.
  • Loading branch information
cyfdecyf committed Jun 10, 2013
1 parent db2a450 commit eac7fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,6 +8,6 @@ install:
- go install ./cmd/shadowsocks-server
- popd
script:
- pushd $GOPATH/src/github.com/shadowsocks/shadowsocks-go
- PATH=$PATH:$GOPATH/bin/ bash -x ./script/test.sh
- pushd $TRAVIS_BUILD_DIR
- PATH=$PATH:$HOME/gopath/bin bash -x ./script/test.sh
- popd

0 comments on commit eac7fb9

Please sign in to comment.