good morning!!!!

Skip to content
Snippets Groups Projects
Commit 0b633832 authored by Guillaume Ballet's avatar Guillaume Ballet Committed by Felix Lange
Browse files

travis: deactivate arm build during push (#20321)

parent b9c90c55
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment