PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Johnny Mast   Redbox PHP CLI Arguments   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Redbox PHP CLI Arguments
Extract command line parameter values
Author: By
Last change: Added phpcs support
Updated .travis.yml from php 7.0 to php 7.3.
Update code coverage.
Update code coverage.
Changed the max php version in travis.yml to php 8.0.2.
Removed composer options from travis config.
Moved from https://www.travis-ci.org/ to https://www.travis-ci.com/
Added new tests
Added new tests
Date: 2 years ago
Size: 363 bytes
 

Contents

Class file image Download
language: php sudo: false php: - 7.3 - 8.0.2 env: - XDEBUG_MODE=coverage before_script: - composer self-update - composer update script: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover;