Skip to content

Commit

Permalink
Update .travis.yml to be compatible with latest travis cfg specs (coo…
Browse files Browse the repository at this point in the history
…kiecutter#1346)

- Removed "sudo: false" because is deprecated

- Renamed "matrix" to "jobs" because "matrix" is deprecated

- Added "os: linux" because now the "os" is required on the root section
  • Loading branch information
luzfcb authored Apr 13, 2020
1 parent 15dc6ac commit 5753ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Config file for automatic testing at travis-ci.org
dist: xenial
sudo: false
os: linux
language: python

matrix:
jobs:
include:
- python: 3.7
env: TOXENV=lint
Expand Down

0 comments on commit 5753ab1

Please sign in to comment.