소스 검색

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: