PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Michael Cummings   PHP Safe File Write   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Safe File Write
Write to files avoiding simultaneous accesses
Author: By
Last change:
Date: 5 years ago
Size: 604 bytes
 

Contents

Class file image Download
language: php before_install: - if [[ "$(php --version | grep -cim1 xdebug)" -ge 1 ]]; then phpenv config-rm xdebug.ini; fi git: depth: 5 install: - composer install php: - 7.0 - 7.1 script: - mkdir -p build - phpdbg -qrr -f vendor/phpspec/phpspec/bin/phpspec --config=phpspec_coverage.yml run after_success: - composer require --dev satooshi/php-coveralls:dev-master - travis_retry php vendor/bin/coveralls -v after_script: - wget https://scrutinizer-ci.com/ocular.phar - travis_retry php ocular.phar code-coverage:upload --format=php-clover build/clover.xml