1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00
v2fly/.travis.yml

15 lines
247 B
YAML
Raw Normal View History

2017-02-07 17:03:42 +01:00
sudo: required
2015-09-07 17:37:23 +02:00
language: go
go:
2018-05-26 00:14:54 +02:00
- "1.10.2"
2016-08-20 20:55:45 +02:00
go_import_path: v2ray.com/core
2016-08-12 17:08:07 +02:00
git:
depth: 5
2017-02-07 21:24:14 +01:00
before_script:
2017-02-07 22:38:25 +01:00
- sudo ntpdate -u time.google.com
2017-02-07 21:24:14 +01:00
- date
2015-09-07 17:56:35 +02:00
script:
2017-04-16 21:04:15 +02:00
- go test -p 1 -tags json -v v2ray.com/core/...
2016-02-04 17:04:31 +01:00
after_success:
2016-11-09 21:58:49 +01:00
- ./testing/coverage/coverall