aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2020-10-03 17:17:35 +0200
committerFabian Jahr <fjahr@protonmail.com>2020-10-03 19:20:04 +0200
commit33df8d46bb4b6daca91db208d3d1629d3c1e500c (patch)
treeb134c5d4c4eaf0be63f18bfa82d4a11b73368ed5 /.travis.yml
parent171cd05ae3413e18fd6382572c86f2bb21ab2fd9 (diff)
downloadbitcoin-33df8d46bb4b6daca91db208d3d1629d3c1e500c.tar.xz
ci: Build Arm64 on Travis without functional tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8f8fba3108..b1bbfb091d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,7 +66,7 @@ jobs:
- set -o errexit; source ./ci/lint/06_script.sh
- stage: test
- name: 'ARM [GOAL: install] [buster] [unit tests, functional tests]'
+ name: 'ARM [GOAL: install] [buster] [unit tests, no functional tests]'
arch: arm64 # Can disable QEMU_USER_CMD and run the tests natively without qemu
env: >-
FILE_ENV="./ci/test/00_setup_env_arm.sh"