Ensure Travis installs Mockery

This commit is contained in:
Alex Bilbie 2013-02-04 19:47:11 +00:00
parent 81f3dc9a2b
commit 7214101cfc

View File

@ -4,5 +4,5 @@ php:
- 5.3
- 5.4
before_script: composer install
before_script: composer install --dev
script: phpunit -c build/phpunit.xml