mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
remove sudo: in .travis.yml
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
d4b887a69e
commit
3709f5b2c4
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
language: python
|
||||
sudo: false
|
||||
matrix:
|
||||
include: # These should match the tox env list
|
||||
- env: TOXENV=py27
|
||||
|
|
@ -7,7 +6,6 @@ matrix:
|
|||
python: 3.6
|
||||
- env: TOXENV=py37
|
||||
python: 3.7
|
||||
sudo: required
|
||||
dist: xenial
|
||||
- env: TOXENV=pypy
|
||||
python: pypy-5.7.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue