1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

fix time update in travis

This commit is contained in:
Darien Raymond 2017-02-07 22:38:25 +01:00
parent d7167f552d
commit 8b1bedc607
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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/...