From d0692932fbb5ae402af88a2b63767ca08728273d Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 7 Mar 2020 10:46:26 +0000 Subject: [PATCH] Fix travis deprecation warnings --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea07dada..cb535531 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,14 @@ language: minimal -matrix: +jobs: include: - name: Linux | x86_64 + i686 | Python 3.5 - sudo: required language: python python: 3.5 services: docker env: PYTHON=python - name: Linux | arm64 | Python 3.5 - sudo: required language: python python: 3.5 services: docker @@ -18,7 +16,6 @@ matrix: env: PYTHON=python - name: Linux | ppc64le | Python 3.5 - sudo: required language: python python: 3.5 services: docker @@ -40,7 +37,6 @@ matrix: - C:\\Python35\\python ./bin/run_tests.py - name: Linux | s390x | Python 3.5 - sudo: required language: python python: 3.5 services: docker @@ -51,7 +47,6 @@ matrix: allow_failures: # must repeat the s390x job above exactly to match - name: Linux | s390x | Python 3.5 - sudo: required language: python python: 3.5 services: docker