![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/demo.intellicart.co/vendor/mrclay/minify/ |
language: php sudo: false dist: trusty jobs: fast_finish: true allow_failures: - php: "nightly" - name: "Php CS Fixer" include: - php: "5.3" dist: precise - php: "5.4" - php: "5.5" - php: "5.6" - php: "7.0" - php: "7.1" - php: "7.2" - php: "7.3" - php: "7.4" - php: "nightly" - name: "Php CS Fixer" php: "7.3" env: - PHP_CS_FIXER=1 env: - CLOSURE_VERSION: 20161024 services: - memcached cache: directories: - $HOME/.composer/cache - vendor install: - composer update --no-interaction --prefer-source before_script: - tests/dl-closure.sh script: - PATH=vendor/bin:$PATH - composer validate - | if [ "$PHP_CS_FIXER" ]; then composer config --unset platform.php composer require --dev friendsofphp/php-cs-fixer:2.16 php-cs-fixer fix --verbose --diff --dry-run --ansi fi - vendor/bin/phpunit --verbose # vim:ts=2:sw=2:et