1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-27 01:45:23 +00:00
v2fly/.travis.yml

15 lines
247 B
YAML
Raw Normal View History

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