Force root package version in travis builds

This commit is contained in:
Jordi Boggiano 2012-05-24 20:40:53 +02:00
parent e2c36c544d
commit f2d169508d

View File

@ -6,4 +6,4 @@ php:
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar --dev install
- COMPOSER_ROOT_VERSION=dev-master php composer.phar --dev install