Merge pull request #2016 from cclauss/patch-1
.travis.yml: The 'sudo' tag is now deprecated in Travis CI
This commit is contained in:
commit
89cb673502
1 changed files with 6 additions and 16 deletions
22
.travis.yml
22
.travis.yml
|
@ -1,20 +1,10 @@
|
|||
language: python
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.4
|
||||
dist: trusty
|
||||
sudo: false
|
||||
- python: 3.5
|
||||
dist: trusty
|
||||
sudo: false
|
||||
- python: 3.6
|
||||
dist: trusty
|
||||
sudo: false
|
||||
- python: 3.7
|
||||
dist: xenial
|
||||
sudo: true
|
||||
|
||||
python:
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7
|
||||
dist: xenial
|
||||
services:
|
||||
- docker
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue