first commit
This commit is contained in:
20
vendor/omnilight/yii2-scheduling/.travis.yml
vendored
Normal file
20
vendor/omnilight/yii2-scheduling/.travis.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.4
|
||||
|
||||
env:
|
||||
global:
|
||||
- DEFAULT_COMPOSER_FLAGS="--prefer-dist --no-interaction --no-progress --optimize-autoloader"
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- vendor
|
||||
- $HOME/.composer/cache
|
||||
|
||||
before_install:
|
||||
- phpenv config-rm xdebug.ini || true
|
||||
- travis_retry composer self-update
|
||||
- composer install $DEFAULT_COMPOSER_FLAGS
|
||||
|
||||
script: vendor/bin/phpunit --verbose
|
||||
Reference in New Issue
Block a user