PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Rafael Becker   PHP Expressive   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Expressive
Base class for Object Relational Mapping
Author: By
Last change: Refactor search classes (#10)

[UPD] Refatorada classes envolvidas no contexto de construção de query nas operações de select e serach.
Date: 6 years ago
Size: 583 bytes
 

Contents

Class file image Download
language: php php: - 7.0 - 7.1 # This triggers builds to run on the new TravisCI infrastructure. # See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false ## Cache composer cache: directories: - $HOME/.composer/cache branches: only: - master matrix: include: - php: 7.0 before_script: - travis_retry composer update --no-interaction --prefer-dist script: - php vendor/bin/phpcs --standard=psr2 src/ tests/ - php vendor/bin/phpunit --testdox after_script: - php vendor/bin/codacycoverage clover build/logs/clover.xml