PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Andre Roque Filipe   Config4all   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Config4all
Load configuration files in multiple formats
Author: By
Last change: Update of .travis.yml
Date: 8 months ago
Size: 392 bytes
 

Contents

Class file image Download
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 matrix: allow_failures: - php: 7.0 before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source script: - php bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - php bin/ocular code-coverage:upload --format=php-clover coverage.clover