Explorar o código

fix time update in travis

Darien Raymond %!s(int64=8) %!d(string=hai) anos
pai
achega
8b1bedc607
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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