![]() 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/old/vendor/sebastianfeldmann/camino/ |
build: environment: php: version: '7.3' dependencies: before: - wget -O composer.phar https://getcomposer.org/composer.phar - chmod +x composer.phar - ./composer.phar install tests: override: - command: ./vendor/bin/phpunit --coverage-clover=clover.xml coverage: file: clover.xml format: php-clover nodes: analysis: tests: override: - php-scrutinizer-run coding_style: php: spaces: around_operators: concatenation: true ternary_operator: in_short_version: false other: after_type_cast: true