diff options
author | cclauss <cclauss@me.com> | 2019-03-03 02:16:48 +0100 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2019-03-03 08:16:48 +0700 |
commit | 7aeb788e564d397face83b580362189753edd9dd (patch) | |
tree | 2e7fb954babc2178b89515e2fe8993850c8b4e09 | |
parent | 7465e0aee2301c3e86fe38d6e0ef5ad01c16ec79 (diff) |
[travis] Remove sudo: false
Travis now recommends removing `sudo: false` from configuration: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 79287ccf6..82e81d078 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ python: - "3.6" - "pypy" - "pypy3" -sudo: false env: - YTDL_TEST_SET=core - YTDL_TEST_SET=download |