PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP Simple Log Class   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Simple Log Class
Output log messages compliant with PSR-3
Author: By
Last change:
Date: 1 year ago
Size: 356 bytes
 

Contents

Class file image Download
language: php php: - '7.0' - '7.1' - '7.2' - '7.3' install: - composer install script: - mkdir -p build/logs - vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover build/logs/clover.xml - vendor/bin/phpcs --ignore=vendor --standard=coding_standard.xml . after_success: - travis_retry php vendor/bin/php-coveralls -v