mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-02 09:17:55 -04:00
15 lines
245 B
YAML
15 lines
245 B
YAML
sudo: required
|
|
language: go
|
|
go:
|
|
- "1.10"
|
|
go_import_path: v2ray.com/core
|
|
git:
|
|
depth: 5
|
|
before_script:
|
|
- sudo ntpdate -u time.google.com
|
|
- date
|
|
script:
|
|
- go test -p 1 -tags json -v v2ray.com/core/...
|
|
after_success:
|
|
- ./testing/coverage/coverall
|