mirror of https://github.com/v2ray/v2ray-core
fix time update in travis
parent
d7167f552d
commit
8b1bedc607
|
@ -6,7 +6,7 @@ go_import_path: v2ray.com/core
|
||||||
git:
|
git:
|
||||||
depth: 5
|
depth: 5
|
||||||
before_script:
|
before_script:
|
||||||
- sudo ntpdate time.google.com
|
- sudo ntpdate -u time.google.com
|
||||||
- date
|
- date
|
||||||
script:
|
script:
|
||||||
- go test -tags json -v v2ray.com/core/...
|
- go test -tags json -v v2ray.com/core/...
|
||||||
|
|
Loading…
Reference in New Issue