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:
parent
ebefea3f43
commit
1f9894ac0f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue