mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +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
|
dist: xenial
|
||||||
sudo: required
|
|
||||||
language: python
|
language: python
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
|
@ -17,7 +16,6 @@ matrix:
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
name: "Lint"
|
name: "Lint"
|
||||||
env: LINT="true"
|
env: LINT="true"
|
||||||
sudo: false
|
|
||||||
- python: "pypy"
|
- python: "pypy"
|
||||||
name: "PyPy Trusty"
|
name: "PyPy Trusty"
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
Loading…
Reference in New Issue
Block a user