From: Min RK Date: Thu, 27 Feb 2020 10:32:58 +0000 (+0100) Subject: travis-ci.com doesn't like it when you have matrix and jobs X-Git-Tag: v6.1.0b1~37^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249247d0587ec59973dda2f4ec375ed96c454620;p=thirdparty%2Ftornado.git travis-ci.com doesn't like it when you have matrix and jobs .org still allows this for some reason --- diff --git a/.travis.yml b/.travis.yml index 9bb46ffa1..474bc90e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,16 +2,15 @@ dist: xenial language: python -matrix: - fast_finish: true addons: - apt: + apt: packages: - libgnutls-dev # For a list of available versions, run # aws s3 ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/ jobs: + fast_finish: true include: # 3.5.2 is interesting because it's the version in ubuntu 16.04, and due to python's # "provisional feature" rules there are significant differences between patch