travis: check symfony 3.0
This commit is contained in:
parent
893c85c655
commit
2caf5068e7
1 changed files with 4 additions and 0 deletions
|
|
@ -16,12 +16,16 @@ env:
|
|||
- COMPOSER_FLAGS="--prefer-lowest"
|
||||
- SYMFONY_VERSION="^2.8.2"
|
||||
- SYMFONY_VERSION="^2.8.2" COMPOSER_FLAGS="--prefer-lowest"
|
||||
- SYMFONY_VERSION="^3.0.0"
|
||||
- SYMFONY_VERSION="^3.0.0" COMPOSER_FLAGS="--prefer-lowest"
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
- SYMFONY_VERSION="^3.0.0"
|
||||
- SYMFONY_VERSION="^3.0.0" COMPOSER_FLAGS="--prefer-lowest"
|
||||
|
||||
before_install:
|
||||
- phpenv config-rm xdebug.ini
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue