瀏覽代碼

sync time for test

Darien Raymond 8 年之前
父節點
當前提交
bd308e7817
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -5,6 +5,9 @@ go:
 go_import_path: v2ray.com/core
 git:
   depth: 5
+before_script:
+- sudo ntpdate time.google.com
+- date
 script:
 - go test -tags json -v v2ray.com/core/...
 after_success: