Commit 2c12d84c authored by Christophe Coevoet's avatar Christophe Coevoet

Enabled testing on Symfony 2.5 on Travis

parent 2a7f3db2
...@@ -3,11 +3,13 @@ language: php ...@@ -3,11 +3,13 @@ language: php
env: env:
- SYMFONY_DEPS_VERSION=2.3 - SYMFONY_DEPS_VERSION=2.3
- SYMFONY_DEPS_VERSION=2.4 - SYMFONY_DEPS_VERSION=2.4
- SYMFONY_DEPS_VERSION=2.5
before_script: before_script:
# symfony/* # symfony/*
- sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.4' ]; then sed -i 's/>=2.3,<2.5-dev/2.4.*@dev/g' composer.json; composer update --dev --prefer-source; fi" - sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.5' ]; then sed -i 's/>=2.3,<2.6-dev/2.5.*@dev/g' composer.json; composer update --dev --prefer-source; fi"
- sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.3' ]; then sed -i 's/>=2.3,<2.5-dev/2.3.*@dev/g' composer.json; composer update --dev --prefer-source; fi" - sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.4' ]; then sed -i 's/>=2.3,<2.6-dev/2.4.*@dev/g' composer.json; composer update --dev --prefer-source; fi"
- sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.3' ]; then sed -i 's/>=2.3,<2.6-dev/2.3.*@dev/g' composer.json; composer update --dev --prefer-source; fi"
- composer install --dev --prefer-source - composer install --dev --prefer-source
script: vendor/bin/phpunit script: vendor/bin/phpunit
......
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