From 625a12924e31e3b42c6b1b34f135d3a242b203d7 Mon Sep 17 00:00:00 2001 From: Yuri Tkachenko Date: Fri, 7 Feb 2020 14:25:08 +0300 Subject: [PATCH] Fix .travis.yml warnings --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2f30268..39d0981 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,6 @@ php: - 7.3 - 7.4 -# This triggers builds to run on the new TravisCI infrastructure. -# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ -sudo: false - before_script: - travis_retry composer self-update - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source