mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Merge pull request #3472 from hugovk/ci-vm
Travis CI: Remove 'sudo' config
This commit is contained in:
commit
d560118389
|
@ -1,5 +1,4 @@
|
|||
dist: xenial
|
||||
sudo: required
|
||||
language: python
|
||||
cache: pip
|
||||
|
||||
|
@ -17,7 +16,6 @@ matrix:
|
|||
- python: "3.6"
|
||||
name: "Lint"
|
||||
env: LINT="true"
|
||||
sudo: false
|
||||
- python: "pypy"
|
||||
name: "PyPy Trusty"
|
||||
dist: trusty
|
||||
|
|
Loading…
Reference in New Issue
Block a user