Drop deprecated key sudo

The key sudo has been deprecated and has no effect anymore.
Background: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
This commit is contained in:
IanDelMar 2020-06-10 14:59:18 +02:00
parent ebefea3f43
commit 1f9894ac0f
1 changed files with 0 additions and 5 deletions

View File

@ -10,11 +10,6 @@
os: linux
dist: xenial
# Ditch sudo and use containers.
# @link http://docs.travis-ci.com/user/migrating-from-legacy/#Why-migrate-to-container-based-infrastructure%3F
# @link http://docs.travis-ci.com/user/workers/container-based-infrastructure/#Routing-your-build-to-container-based-infrastructure
sudo: false
# Declare project language and PHP versions to test against.
# @link https://docs.travis-ci.com/user/languages/php/
language: php