diff options
author | Thomas Huth <thuth@redhat.com> | 2020-09-25 16:40:19 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-10-02 12:28:57 +0100 |
commit | 2ef1d9384820ab99facb85f6d799da78fd5df1b6 (patch) | |
tree | eeaea9973d3ac335ce021ad71c12dcdeaf907328 | |
parent | e769905e4c057fe80c6eaba071f957ef1dda1770 (diff) | |
download | qemu-2ef1d9384820ab99facb85f6d799da78fd5df1b6.zip qemu-2ef1d9384820ab99facb85f6d799da78fd5df1b6.tar.gz qemu-2ef1d9384820ab99facb85f6d799da78fd5df1b6.tar.bz2 |
travis.yml: Drop the superfluous Python 3.6 build
Python 3.6 is already the default Python in the jobs that are based
on Ubuntu Bionic, so it does not make much sense to test this again
separately.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200918103430.297167-7-thuth@redhat.com>
Message-Id: <20200925154027.12672-8-alex.bennee@linaro.org>
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index 65b825f..990dd11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -262,14 +262,6 @@ jobs: python: 3.5 - - name: "GCC Python 3.6 (x86_64-softmmu)" - env: - - CONFIG="--target-list=x86_64-softmmu" - - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default" - language: python - python: 3.6 - - # Using newer GCC with sanitizers - name: "GCC9 with sanitizers (softmmu)" dist: bionic |