PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Ankit Jain   Hacker Earth API   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Hacker Earth API
Check code of a given language using Hacker Earth
Author: By
Last change:
Date: 6 years ago
Size: 454 bytes
 

Contents

Class file image Download
language: php php: - 5.6 before_install: - composer require phpunit/phpunit:~5.7 satooshi/php-coveralls:dev-master squizlabs/php_codesniffer=* - composer install --dev --ignore-platform-reqs script: - mkdir -p build/logs # - php vendor/bin/phpcbf --standard=ruleset.xml src # - php vendor/bin/phpcs --standard=ruleset.xml src - php vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - php vendor/bin/coveralls -v