diff --git a/.cirrus.yml b/.cirrus.yml index 2c2504cedba..35000dc469d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -121,6 +121,14 @@ task: env: FILE_ENV: "./ci/test/00_setup_env_native_multiprocess.sh" +task: + name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]' + << : *GLOBAL_TASK_TEMPLATE + container: + image: ubuntu:bionic + env: + FILE_ENV: "./ci/test/00_setup_env_native_nowallet.sh" + task: name: 'macOS 10.14 [GOAL: deploy] [no functional tests]' << : *GLOBAL_TASK_TEMPLATE diff --git a/.travis.yml b/.travis.yml index 780bc9944f6..ea5390a0d85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,8 +69,3 @@ jobs: name: '32-bit + dash [GOAL: install] [CentOS 8] [gui]' env: >- FILE_ENV="./ci/test/00_setup_env_i686_centos.sh" - - - stage: test - name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]' - env: >- - FILE_ENV="./ci/test/00_setup_env_native_nowallet.sh"