mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-13 07:41:19 +08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user