From fd482990503888c4c8c507bc9d0c91b21952cfc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Mon, 31 Jan 2022 13:25:17 +0100 Subject: [PATCH] Drop Travis configuration --- .travis.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b389e06..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: php -php: - - 5.6 - - 7.4 - - nightly - -before_script: - - composer self-update - - composer install --optimize-autoloader --prefer-dist --no-interaction --no-progress --no-suggest - -script: - - vendor/bin/robo --no-interaction code:cs --strict - -matrix: - allow_failures: - - php: nightly - -cache: - directories: - - $HOME/.composer/cache