PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Marcel Pociot   PHP Feature Switch   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Feature Switch
Activate, deactivate and store feature values
Author: By
Last change:
Date: 4 years ago
Size: 301 bytes
 

Contents

Class file image Download
language: php php: - 5.5 - 5.6 - 7.0 before_script: - travis_retry composer self-update - travis_retry composer install --prefer-dist --no-interaction script: - vendor/bin/phpunit --coverage-clover=coverage.xml before_install: - pip install --user codecov after_success: - codecov