Skip to content

Commit

Permalink
Revert "Simplify travis config."
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfdecyf committed Mar 1, 2013
1 parent 441beeb commit 569fee3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
language: go
install:
- go get github.com/cyfdecyf/leakybuf
- go get github.com/shadowsocks/shadowsocks-go/cmd/shadowsocks-server
- go get github.com/shadowsocks/shadowsocks-go/cmd/shadowsocks-local
script:
- pushd shadowsocks
- go test -v
- mkdir -p $GOPATH/src/github.com/shadowsocks/shadowsocks-go/shadowsocks
- mv * $GOPATH/src/github.com/shadowsocks/shadowsocks-go
- pushd $GOPATH/src/github.com/shadowsocks/shadowsocks-go
- go install ./cmd/shadowsocks-local
- go install ./cmd/shadowsocks-server
- popd
script:
- pushd $GOPATH/src/github.com/shadowsocks/shadowsocks-go
- PATH=$PATH:$GOPATH/bin/ bash -x ./testscript/test.sh
- popd

0 comments on commit 569fee3

Please sign in to comment.