diff --git a/.travis.yml b/.travis.yml index 20938bdf9..34bc816d8 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