%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/public_html/vendor/cakephp/cakephp-codesniffer/ |
Upload File : |
language: php
php:
- 7.1
- 7.0
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
sudo: false
matrix:
fast_finish: true
include:
- php: 7.1
env: PHPCS=1
allow_failures:
- php: hhvm
before_script:
- composer self-update
- composer install --prefer-source
script:
- if [[ $PHPCS != 1 && $TRAVIS_PHP_VERSION = 7.1 ]]; then composer run-script test-coverage --timeout=0; fi
- if [[ $PHPCS != 1 && $TRAVIS_PHP_VERSION != 7.1 ]]; then composer test; fi
- if [[ $PHPCS = 1 ]]; then composer cs-check; fi
after_success:
- if [[ $PHPCS != 1 && $TRAVIS_PHP_VERSION = 7.1 ]]; then bash <(curl -s https://codecov.io/bash); fi
notifications:
email: false