Heray-Was-Here
Server : Apache
System : Linux mail.lomejor.cr 6.8.0-1059-azure #65~22.04.1-Ubuntu SMP Thu May 28 16:59:19 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.2.31
Disable Function : NONE
Directory :  /var/www/dev/htdocs/custom/reportes/include/reportico/vendor/szymach/c-pchart/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/dev/htdocs/custom/reportes/include/reportico/vendor/szymach/c-pchart/.travis.yml
language: php

cache:
  directories:
    - vendor

matrix:
    include:
        - php: 5.6
          env:
            - COMPOSER_FLAGS='--prefer-lowest'
        - php: 7.0
        - php: 7.1
        - php: 7.2
        - php: 7.3
        - php: 7.4
          env:
            - COVERAGE='--coverage --coverage-xml'

before_install:
    - if [[ ! $COVERAGE ]]; then phpenv config-rm xdebug.ini; fi;

before_script: composer update -n $COMPOSER_FLAGS

script:
    - vendor/bin/phpcs
    - vendor/bin/codecept run unit $COVERAGE

after_script:
    - if [[ $COVERAGE ]]; then ./coverage.sh; fi;

Hry