PHP Classes

File: .travis.yml

Recommend this page to a friend!
  Classes of Insolita   Yii2 Maintenance   .travis.yml   Download  
File: .travis.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 Maintenance
Implement a PHP maintenance mode in a Web site
Author: By
Last change:
Date: 1 year ago
Size: 673 bytes
 

Contents

Class file image Download
language: php php: - 5.6 - 7.0 - 7.1 matrix: fast_finish: true allow_failures: - php: 5.6 # 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 global require "fxp/composer-asset-plugin:^1.3.1" --quiet --no-interaction - travis_retry composer install --prefer-dist --no-interaction before_script: - vendor/bin/codecept build script: - vendor/bin/codecept run -vvv