Parcourir la source

fix time update in travis

Darien Raymond il y a 8 ans
Parent
commit
8b1bedc607
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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/...