PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Ankit Jain   PHP File Size Human Readable   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP File Size Human Readable
Format files in terms of B, KB, MB, GB, TB
Author: By
Last change:
Date: 5 years ago
Size: 306 bytes
 

Contents

Class file image Download
language: php php: - 7.1 - 7.2 before_install: - composer install --dev --ignore-platform-reqs script: - mkdir -p build/logs - php vendor/bin/phpcs --standard=ruleset.xml src - php vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - php vendor/bin/php-coveralls -v