PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Insolita   Yii2 CodeStat   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 CodeStat
Analyse and display statistics about PHP code
Author: By
Last change:
Date: 1 year ago
Size: 458 bytes
 

Contents

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