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:
Steven Loria 2019-01-17 02:17:37 -05:00 committed by Hynek Schlawack
parent 02b583b375
commit e60d8efa82
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
dist: xenial
group: travis_latest
sudo: false
cache:
directories:
- $HOME/.cache/pip