From 8ea537123d1cef38f25f9fbe92e3a9c0f89de55a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 13 Dec 2022 20:08:43 +0300 Subject: move af_readability out of master tree --- .../vendor/masterminds/html5/.travis.yml | 47 ---------------------- 1 file changed, 47 deletions(-) delete mode 100644 plugins/af_readability/vendor/masterminds/html5/.travis.yml (limited to 'plugins/af_readability/vendor/masterminds/html5/.travis.yml') diff --git a/plugins/af_readability/vendor/masterminds/html5/.travis.yml b/plugins/af_readability/vendor/masterminds/html5/.travis.yml deleted file mode 100644 index 44661b1d2..000000000 --- a/plugins/af_readability/vendor/masterminds/html5/.travis.yml +++ /dev/null @@ -1,47 +0,0 @@ -language: php -dist: trusty -sudo: false - -matrix: - include: - - php: 5.3 - dist: precise - env: COMPOSER_FLAGS="--prefer-lowest" - - php: 5.4 - - php: 5.5 - - php: 5.6 - env: SCRUTINIZER=1 PHPUNIT_FLAGS="--coverage-clover=coverage.xml" - - php: 7.0 - env: COMPOSER_FLAGS="--prefer-lowest" - - php: 7.1 - env: CS_FIXER=1 - - php: 7.2 - - php: 7.3 - env: BENCHMARK=1 - - php: 7.4 - - php: 8.0 - dist: bionic - fast_finish: true - -cache: - directories: - - $HOME/.composer/cache - -before_script: - - if [[ SCRUTINIZER != '1' ]]; then phpenv config-rm xdebug.ini || true; fi - - composer self-update - - if [[ ${TRAVIS_PHP_VERSION:0:1} == "8" ]]; then composer config platform.php 7.4; fi - - composer update $COMPOSER_FLAGS --prefer-dist - -script: - - stty cols 120 - - if [ "$CS_FIXER" == 1 ]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.13.1/php-cs-fixer.phar && php php-cs-fixer.phar fix --dry-run --diff; fi - - mkdir -p build/logs - - ./vendor/bin/phpunit $PHPUNIT_FLAGS - -after_script: - - if [ "$SCRUTINIZER" == 1 ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.xml; fi - - if [ "$BENCHMARK" == 1 ]; then php test/benchmark/run.php 10; fi - -notifications: - irc: "irc.freenode.net#masterminds" -- cgit v1.2.3