Explorar o código

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

Guillaume Ballet %!s(int64=6) %!d(string=hai) anos
pai
achega
b02afb6b3d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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