Commit dc8ee5d8 authored by Igor Wiedler's avatar Igor Wiedler Committed by Fabien Potencier

[WIP] Make test suite run against symfony/* 2.2

parent 310d316d
language: php language: php
before_script: composer install --dev --prefer-source env:
- SYMFONY_DEPS_VERSION=2.1
- SYMFONY_DEPS_VERSION=2.2
before_script:
# symfony/*
- sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.2' ]; then sed -i 's/>=2.1,<2.3-dev/2.2.*@dev/g' composer.json; fi"
- composer install --dev --prefer-source
php: php:
- 5.3 - 5.3
......
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