Skip to content

Commit

Permalink
Travis CI: Merge 'matrix' and 'jobs' sections (extrapolating intended…
Browse files Browse the repository at this point in the history
… usage)
  • Loading branch information
xolox committed Nov 19, 2020
1 parent 0f7854e commit c198a38
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
sudo: true
language: python
matrix:
jobs:
allow_failures:
- python: pypy
include:
- python: 2.7
- python: 3.5
- python: 3.6
- python: 3.7
- python: 3.8
- python: pypy
fast_finish: true
before_install:
- sudo apt-get update -qq
- sudo apt-get install --yes fakeroot openssh-server
Expand All @@ -22,7 +25,3 @@ after_success:
branches:
except:
- /^[0-9]/
jobs:
allow_failures:
- python: pypy
fast_finish: true

0 comments on commit c198a38

Please sign in to comment.