1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 14:35:23 +00:00
v2fly/.travis.yml
2017-02-23 10:47:51 +01:00

15 lines
237 B
YAML

sudo: required
language: go
go:
- 1.8
go_import_path: v2ray.com/core
git:
depth: 5
before_script:
- sudo ntpdate -u time.google.com
- date
script:
- go test -tags json -v v2ray.com/core/...
after_success:
- ./testing/coverage/coverall