aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2020-01-08 23:36:46 +0100
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2020-01-08 23:36:46 +0100
commitef63f5fc1136ad2a2cd080d44142a2ee3945c238 (patch)
tree7b6901c7b4e42d4e8ad083127b3177bd714ab85a /.travis.yml
parent6196e930018181301b5972842ae384ea4288ff34 (diff)
downloadbitcoin-ef63f5fc1136ad2a2cd080d44142a2ee3945c238.tar.xz
ci: Combine 32-bit build with CentOS 7 build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 38ad79af29..40807e67fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -101,14 +101,9 @@ jobs:
FILE_ENV="./ci/test/00_setup_env_win64.sh"
- stage: test
- name: '32-bit + dash [GOAL: install] [gui]'
+ name: '32-bit + dash [GOAL: install] [CentOS 7] [gui]'
env: >-
- FILE_ENV="./ci/test/00_setup_env_i686.sh"
-
- - stage: test
- name: 'x86_64 Linux [GOAL: install] [CentOS 7] [no depends, only system libs]'
- env: >-
- FILE_ENV="./ci/test/00_setup_env_native_centos.sh"
+ FILE_ENV="./ci/test/00_setup_env_i686_centos.sh"
- stage: test
name: 'x86_64 Linux [GOAL: install] [bionic] [uses qt5 dev package and some depends packages] [unsigned char]'