aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-11-08 09:20:11 +0100
committerMarcoFalke <falke.marco@gmail.com>2020-11-09 10:15:50 +0100
commitfa8b1114e60100f503673ccc7ef5618851c0c9e3 (patch)
treeb25eacb50762902103b64abe5fa1884937eb980b /.travis.yml
parentfa0795f54dc5268bacc6acdfdbe23f9952a0e7d8 (diff)
downloadbitcoin-fa8b1114e60100f503673ccc7ef5618851c0c9e3.tar.xz
ci: Run arm ci config on cirrus
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 55b34ae422..a06e9a14ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,13 +66,6 @@ jobs:
- set -o errexit; source ./ci/lint/06_script.sh
- stage: test
- 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"
- QEMU_USER_CMD=""
-
- - stage: test
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no boost::process, no functional tests]'
env: >-
FILE_ENV="./ci/test/00_setup_env_win64.sh"