Commit fc453b87 authored by Stéphane Goetz's avatar Stéphane Goetz

Add symfony 3.0 to the array of tested versions

parent f6172d86
...@@ -13,6 +13,7 @@ env: ...@@ -13,6 +13,7 @@ env:
- SYMFONY_VERSION=2.3.* - SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.7.* - SYMFONY_VERSION=2.7.*
- SYMFONY_VERSION=2.8.* - SYMFONY_VERSION=2.8.*
- SYMFONY_VERSION=3.0.*
before_script: before_script:
- bash -c "if [ $TRAVIS_PHP_VERSION != 'hhvm' ] && [ $TRAVIS_PHP_VERSION != '7.0' ] && [ $TRAVIS_PHP_VERSION != 'nightly' ]; then printf '\n\n\n\n' | pecl install pecl_http-1.7.6; fi" - bash -c "if [ $TRAVIS_PHP_VERSION != 'hhvm' ] && [ $TRAVIS_PHP_VERSION != '7.0' ] && [ $TRAVIS_PHP_VERSION != 'nightly' ]; then printf '\n\n\n\n' | pecl install pecl_http-1.7.6; fi"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment