PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Matous Nemec   PHP Filter Data Component   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Filter Data Component
Filter data got from a database or other sources
Author: By
Last change:
Date: 2 years ago
Size: 771 bytes
 

Contents

Class file image Download
language: php php: - 5.6 - 7.0 - 7.1 - 7.2 - hhvm matrix: allow_failures: - php: 5.6 - php: hhvm install: - composer install --no-interaction --prefer-source script: - vendor/bin/tester -p php $COVERAGE tests/ -s -c tests/php.travis.ini - vendor/bin/parallel-lint src tests - vendor/bin/phpcs --standard=ruleset.xml --extensions=php,phpt --encoding=utf-8 --tab-width=4 -sp src tests after_script: - for i in $(find ./tests/log -name \*.log); do echo "--- $i"; cat $i; echo; echo; done - for i in $(find ./tests/Mesour -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done - for i in $(find ./tests/Mesour -name \*.expected); do echo "--- $i"; cat $i; echo; echo; done services: - mysql