travis: check symfony 3.0

This commit is contained in:
Gregor Harlan 2016-02-11 19:48:07 +01:00
commit 2caf5068e7

View file

@ -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