PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Sergii Pryz   PHP Cache Manager Wrapper   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Cache Manager Wrapper
Wrap over cache classes to optimize cache requests
Author: By
Last change: Improved documentation

* updated readme: example, usage
* integrated phpDocumentator
* fixed coveralls
Date: 7 years ago
Size: 230 bytes
 

Contents

Class file image Download
language: php php: - "7.0" before_script: - composer install script: - mkdir -p build/logs - phpunit -c dev/tests/unit/phpunit.xml.dist --coverage-clover build/logs/clover.xml after_script: - php vendor/bin/coveralls