1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-15 00:18:16 -04:00
v2fly/.travis.yml

15 lines
244 B
YAML
Raw Normal View History

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