HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: //proc/self/cwd/nueva/modules/smartsupp/vendor/smartsupp/chat-code-generator/.travis.yml
language: php
php:
  - 5.3
  - 5.4
  - 5.5
  - 5.6
  - hhvm

matrix:
  allow_failures:
    - php: hhvm

before_script:
  - composer require satooshi/php-coveralls:1.0.1 squizlabs/php_codesniffer
  - composer install
script:
  - vendor/bin/phpcs src/ -p --standard=PSR2 --report=summary
  - mkdir -p build/logs
  - vendor/bin/phpunit --configuration phpunit.xml --coverage-text

after_success:
  - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'