1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 01:15:38 +00:00
v2fly/.travis.yml
Darien Raymond cc6590d362
Revert "enable sockopt tests"
This reverts commit 2f28d380b3.
2018-09-17 16:27:41 +02:00

16 lines
256 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
script:
- go test -p 1 -tags json -v v2ray.com/core/...
after_success:
- ./testing/coverage/coverall