PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Rafal Janisz   PHP Human Readable File Size   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Human Readable File Size
Convert the size of a file to a readable format
Author: By
Last change:
Date: 4 years ago
Size: 364 bytes
 

Contents

Class file image Download
language: php php: - 7.2 before_script: - composer self-update - composer install --prefer-source --no-interaction script: - vendor/bin/phpunit --coverage-clover=coverage.xml after_success: - bash <(curl -s https://codecov.io/bash) matrix: allow_failures: - php: 7.2 fast_finish: true notifications: on_success: never on_failure: always