瀏覽代碼

travis: use travis_wait for both install and build (#20309)

Guillaume Ballet 6 年之前
父節點
當前提交
b02afb6b3d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -47,7 +47,7 @@ jobs:
       dist: xenial
       go: 1.13.x
       script:
-        - go run build/ci.go install
+        - travis_wait 20 go run build/ci.go install
         - travis_wait 30 go run build/ci.go test -coverage $TEST_PACKAGES
 
     - stage: build