1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 15:26:29 -04:00
v2fly/.travis.yml
2018-09-17 15:55:00 +02:00

17 lines
305 B
YAML

sudo: required
language: go
go:
- "1.11"
go_import_path: v2ray.com/core
git:
depth: 5
before_script:
- uname -a
- sudo ntpdate -u time.google.com
- date
- sudo setcap cap_net_admin=eip ${GOROOT}/bin/go
script:
- go test -p 1 -tags json -v v2ray.com/core/...
after_success:
- ./testing/coverage/coverall