mirror of https://github.com/v2ray/v2ray-core
sync time for test
parent
e7a7b38319
commit
bd308e7817
|
@ -5,6 +5,9 @@ go:
|
||||||
go_import_path: v2ray.com/core
|
go_import_path: v2ray.com/core
|
||||||
git:
|
git:
|
||||||
depth: 5
|
depth: 5
|
||||||
|
before_script:
|
||||||
|
- sudo ntpdate time.google.com
|
||||||
|
- date
|
||||||
script:
|
script:
|
||||||
- go test -tags json -v v2ray.com/core/...
|
- go test -tags json -v v2ray.com/core/...
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in New Issue