init without trunk
This commit is contained in:
parent
ed24ac4994
commit
bb809e7233
14652 changed files with 177862 additions and 94817 deletions
41
vendor/gedmo/doctrine-extensions/.travis.yml
vendored
Normal file
41
vendor/gedmo/doctrine-extensions/.travis.yml
vendored
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
dist: trusty
|
||||
language: php
|
||||
|
||||
sudo: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: '5.4'
|
||||
env: phpunit_exclude_groups=datetimeinterface
|
||||
- php: '5.5'
|
||||
- php: '5.6'
|
||||
- php: '7.0'
|
||||
- php: '7.1'
|
||||
- php: '7.2'
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache
|
||||
|
||||
services: mongodb
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_PHP_VERSION" = 5.* ]]; then echo 'extension=mongo.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
|
||||
- if [[ "$TRAVIS_PHP_VERSION" != 5.* ]]; then echo 'extension=mongodb.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
|
||||
- if [[ "$TRAVIS_PHP_VERSION" != 5.* ]]; then cp composer7.json composer.json; fi
|
||||
|
||||
install:
|
||||
- composer install --prefer-dist
|
||||
|
||||
script:
|
||||
- |
|
||||
if [[ ! $phpunit_exclude_groups ]]; then
|
||||
bin/phpunit -c tests/
|
||||
else
|
||||
bin/phpunit -c tests/ --exclude-group $phpunit_exclude_groups
|
||||
fi
|
||||
|
||||
notifications:
|
||||
email:
|
||||
- gediminas.morkevicius@gmail.com
|
||||
- developers@atlantic18.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue