From b3742694d9a5f3d04af9b6325d518e4d83f8bfd8 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 25 Nov 2018 13:33:53 +0200 Subject: [PATCH] Changes for upcoming Travis' infra migration 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 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2556f94e6e..f359dea238 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php dist: trusty -sudo: false git: depth: 2