Commit efbbd39f authored by Fabien Potencier's avatar Fabien Potencier

Merge branch '1.2'

* 1.2:
  Remove PHPUnit as a development dependency

Conflicts:
	composer.json
parents 4ad14ef0 7b32b8a9
......@@ -12,7 +12,7 @@ before_script:
- 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
script: vendor/bin/phpunit
script: phpunit
php:
- 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