소스 검색

fix time update in travis

Darien Raymond 8 년 전
부모
커밋
8b1bedc607
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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/...