diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-12-06 21:52:02 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-12-06 21:54:37 +0200 |
commit | 711e0449cf4a0f15cabe0d64094e3add24ad44b0 (patch) | |
tree | 2677b9e4ac595f8de758a2ae086bf9e2c84f0aad /.travis.yml | |
parent | 7f3ae224685efaeb6fe714de90e8871d12e55f34 (diff) |
ci: Remove trusty build
Co-authored-by: Emil Engler <me@emilengler.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 63b76605f6..bfb4cb1d58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -129,11 +129,6 @@ jobs: FILE_ENV="./ci/test/00_setup_env_native_qt5.sh" - stage: test - name: 'x86_64 Linux [GOAL: install] [trusty] [no functional tests, no depends, only system libs]' - env: >- - FILE_ENV="./ci/test/00_setup_env_native_trusty.sh" - - - stage: test name: 'x86_64 Linux [GOAL: install] [xenial] [no depends, only system libs, sanitizers: thread (TSan), no wallet]' env: >- FILE_ENV="./ci/test/00_setup_env_native_tsan.sh" |