1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 06:25:24 +00:00
v2fly/.travis.yml
2018-10-21 12:17:22 +02:00

25 lines
322 B
YAML

sudo: required
os:
- osx
- linux
- windows
language: go
go:
- "1.11.x"
go_import_path: v2ray.com/core
git:
depth: 5
before_script:
- uname -a
- date
script:
- go test -p 1 -tags json -v v2ray.com/core/...
after_success:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./testing/coverage/coverall; fi