aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-10-02 17:10:57 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-10-09 09:33:07 -0400
commitfa79dff624110992ca85c4abf6950e3ac0df72ef (patch)
treea71b59474fa6d11df4cda07de7ba642522049bc6 /.travis.yml
parente173d587e1c2391f774d08f28b7337cbe4ffcbe5 (diff)
downloadbitcoin-fa79dff624110992ca85c4abf6950e3ac0df72ef.tar.xz
ci: Run tests on arm
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3467103d10..6f27e47b88 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -89,12 +89,12 @@ jobs:
- set -o errexit; source ./ci/extended_lint/06_script.sh
- stage: test
- name: 'ARM [GOAL: install] [no unit or functional tests]'
+ name: 'ARM [GOAL: install] [unit tests, no functional tests]'
env: >-
FILE_ENV="./ci/test/00_setup_env_arm.sh"
- stage: test
- name: 'Win64 [GOAL: deploy] [no gui or functional tests]'
+ name: 'Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]'
env: >-
FILE_ENV="./ci/test/00_setup_env_win64.sh"