From 3b0dacd8b9d549ad82df2940357359ab432e71a4 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Tue, 19 Nov 2019 13:19:35 +0100 Subject: [PATCH] travis: deactivate arm build during push --- .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