Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Update the Travis CI configuration
Browse files Browse the repository at this point in the history
In the `.travis.yml` file, `jobs` and `matrix` keys are equivalent.
Using both leads to an unspecified behavior which was the root issue to
the non-excluded job.
https://blog.travis-ci.com/2019-10-24-build-config-validation
  • Loading branch information
breard-r committed Feb 28, 2020
1 parent 6587caf commit b600fa5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ jobs:
exclude:
- python: "3.5"
env: DJANGO_VERSION=3.0

matrix:
allow_failures:
- python: "3.5"
- python: "3.8-dev"
- python: "nightly"

Expand Down

0 comments on commit b600fa5

Please sign in to comment.