.travis.yml: The 'sudo' tag is now deprecated in Travis CI

This commit is contained in:
cclauss 2019-05-16 00:00:52 +02:00 committed by GitHub
parent 31697022fd
commit 41aec089bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
language: python language: python
python: python:
- : 3.4 - 3.4
- : 3.5 - 3.5
- : 3.6 - 3.6
- : 3.7 - 3.7
dist: xenial dist: xenial
services: services:
- docker - docker