[travis] Remove sudo: false
Travis now recommends removing `sudo: false` from configuration: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration.
This commit is contained in:
parent
7465e0aee2
commit
7aeb788e56
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ python:
|
|||
- "3.6"
|
||||
- "pypy"
|
||||
- "pypy3"
|
||||
sudo: false
|
||||
env:
|
||||
- YTDL_TEST_SET=core
|
||||
- YTDL_TEST_SET=download
|
||||
|
|
Loading…
Reference in a new issue