From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- .../vendor/pragmarx/google2fa/.travis.yml | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 srcs/phpmyadmin/vendor/pragmarx/google2fa/.travis.yml (limited to 'srcs/phpmyadmin/vendor/pragmarx/google2fa/.travis.yml') diff --git a/srcs/phpmyadmin/vendor/pragmarx/google2fa/.travis.yml b/srcs/phpmyadmin/vendor/pragmarx/google2fa/.travis.yml deleted file mode 100644 index 3faa27c..0000000 --- a/srcs/phpmyadmin/vendor/pragmarx/google2fa/.travis.yml +++ /dev/null @@ -1,31 +0,0 @@ -dist: trusty -language: php - -php: - - 7.1 - - 7.2 - - 7.3 - - 7.4snapshot -# - nightly - -# This triggers builds to run on the new TravisCI infrastructure. -# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ -sudo: false - -## Cache composer -cache: - directories: - - $HOME/.composer/cache - -before_script: - - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist - -script: - - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover - -after_script: - - | - if [[ "$TRAVIS_PHP_VERSION" == '7.2' ]]; then - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover - fi -- cgit