From 249247d0587ec59973dda2f4ec375ed96c454620 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 27 Feb 2020 11:32:58 +0100 Subject: [PATCH] travis-ci.com doesn't like it when you have matrix and jobs .org still allows this for some reason --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.47.2