Browse Source

travis: deactivate arm build during push (#20321)

Guillaume Ballet 6 năm trước cách đây
mục cha
commit
0b6338321f
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

@@ -42,13 +42,14 @@ jobs:
         - go run build/ci.go test -coverage $TEST_PACKAGES
 
     - stage: build
+      if: type = pull_request
       os: linux
       arch: arm64
       dist: xenial
       go: 1.13.x
       script:
-        - travis_wait 20 go run build/ci.go install
-        - travis_wait 30 go run build/ci.go test -coverage $TEST_PACKAGES
+        - go run build/ci.go install
+        - go run build/ci.go test -coverage $TEST_PACKAGES
 
     - stage: build
       os: osx