aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6612d5e4d1..63b76605f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -119,6 +119,11 @@ jobs:
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"
+
+ - stage: test
name: 'x86_64 Linux [GOAL: install] [bionic] [uses qt5 dev package instead of depends Qt to speed up build and avoid timeout] [unsigned char]'
env: >-
FILE_ENV="./ci/test/00_setup_env_native_qt5.sh"