PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Insolita   PHP Composer Recovery   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Composer Recovery
Recover lost composer dependency list
Author: By
Last change:
Date: 4 years ago
Size: 388 bytes
 

Contents

Class file image Download
language: php php: - 7.1 - 7.2 - 7.3 matrix: fast_finish: true # cache vendor dirs cache: directories: - $HOME/.composer/cache - vendor install: - phpenv config-rm xdebug.ini || echo "xdebug is not installed" - travis_retry composer self-update && composer --version - travis_retry composer install --prefer-dist --no-interaction script: vendor/bin/phpunit -vvv