Update
This commit is contained in:
parent
a37785b391
commit
33458b2ca3
9915 changed files with 1247019 additions and 0 deletions
35
trunk/_vendor/symfony/swiftmailer-bundle/.travis.yml
Normal file
35
trunk/_vendor/symfony/swiftmailer-bundle/.travis.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- hhvm
|
||||
|
||||
sudo: false
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- vendor
|
||||
- $HOME/.composer/cache/files
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- php: 5.3
|
||||
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
|
||||
- php: 5.6
|
||||
env: SYMFONY_VERSION=2.8.*@dev
|
||||
- php: 5.6
|
||||
env: DEPENDENCIES=dev
|
||||
|
||||
before_install:
|
||||
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
|
||||
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update "symfony/symfony:$SYMFONY_VERSION"; fi
|
||||
- if [ "$DEPENDENCIES" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi;
|
||||
|
||||
install: travis_retry composer update $COMPOSER_FLAGS
|
||||
|
||||
script: ./vendor/bin/simple-phpunit
|
||||
Loading…
Add table
Add a link
Reference in a new issue