mirror of
https://github.com/zhigang1992/cow.git
synced 2026-01-12 08:54:17 +08:00
16 lines
314 B
YAML
16 lines
314 B
YAML
language: go
|
|
go:
|
|
- 1.4.2
|
|
env:
|
|
- TRAVIS="yes"
|
|
install:
|
|
- go get github.com/shadowsocks/shadowsocks-go/shadowsocks
|
|
- go get github.com/cyfdecyf/bufio
|
|
- go get github.com/cyfdecyf/leakybuf
|
|
- go get github.com/cyfdecyf/color
|
|
script:
|
|
- pushd $TRAVIS_BUILD_DIR
|
|
- go test -v
|
|
- ./script/test.sh
|
|
- popd
|