From 0b6338321f0198cc32734ec2e14cbd2f0f1238fd Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Tue, 19 Nov 2019 13:57:05 +0100 Subject: [PATCH] travis: deactivate arm build during push (#20321) --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 20938bdf9c..34bc816d89 100644 --- a/.travis.yml +++ b/.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