Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit c0428c4

Browse files
gballetelizabethengelman
authored andcommitted
travis: deactivate arm build during push (ethereum#20321)
1 parent a2ea532 commit c0428c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ jobs:
4242
- go run build/ci.go test -coverage $TEST_PACKAGES
4343

4444
- stage: build
45+
if: type = pull_request
4546
os: linux
4647
arch: arm64
4748
dist: xenial
4849
go: 1.13.x
4950
script:
50-
- travis_wait 20 go run build/ci.go install
51-
- travis_wait 30 go run build/ci.go test -coverage $TEST_PACKAGES
51+
- go run build/ci.go install
52+
- go run build/ci.go test -coverage $TEST_PACKAGES
5253

5354
- stage: build
5455
os: osx

0 commit comments

Comments
 (0)