minor #29314 Changes for upcoming Travis' infra migration (sergeyklay)

This PR was merged into the 2.8 branch.

Discussion
----------

Changes for upcoming Travis' infra migration

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Travis is deprecating the `sudo` keyword and moves everything to the same infrastructure (`sudo` really selects between two infrastructures).

See: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration

Commits
-------

b3742694d9 Changes for upcoming Travis' infra migration
This commit is contained in:
Fabien Potencier 2018-11-26 07:36:04 +01:00
commit 145e9aa46b

View File

@ -1,7 +1,6 @@
language: php
dist: trusty
sudo: false
git:
depth: 2