From a7c9cf400ef4e18914e76db2f346aee60ad682c3 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Wed, 16 Dec 2020 11:31:54 -0500 Subject: [PATCH] Remove most travis jobs --- .travis.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4c95e4c34..e5544855c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,26 +41,6 @@ jobs: - php: 7.3 env: DEPS="low" - - php: 7.3 - env: DEPS="high" - - - php: 7.4 - env: DEPS="low" - - - php: 7.4 - env: DEPS="high" - - - php: 7.3 - env: DEPS="high" - script: - - vendor/bin/phpcs - - - php: 7.3 - env: DEPS="high" - script: - - composer require --dev maglnet/composer-require-checker:^2.0.0 - - ./vendor/bin/composer-require-checker check --config-file=bin/composer-require-checker-config.json ./composer.json - - php: 7.3 env: DEPS="high" script: bin/build-phar.sh