Remove sudo: false from .travis.yml (#484)
Travis CI has already migrated their infrastructure: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
This commit is contained in:
parent
02b583b375
commit
e60d8efa82
|
@ -1,6 +1,5 @@
|
|||
dist: xenial
|
||||
group: travis_latest
|
||||
sudo: false
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
|
|
Loading…
Reference in New Issue