PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Michael Cummings   PHP Git Change Log Creator   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Git Change Log Creator
Read git repository logs and create change logs
Author: By
Last change: Update of .travis.yml
Date: 9 months ago
Size: 371 bytes
 

Contents

Class file image Download
language: php install: - composer install matrix: fast_finish: true allow_failures: - php: "7.3" php: - "7.1" - "7.2" - "7.3" script: #- mkdir -p build/logs #- phpunit --coverage-clover build/logs/clover.xml after_success: #- travis_retry composer require --dev php-coveralls/php-coveralls\ # && php vendor/bin/php-coveralls -v