From 7214101cfc939234e6ce5fd4b9a5cfda07329978 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 4 Feb 2013 19:47:11 +0000 Subject: [PATCH] Ensure Travis installs Mockery --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fe21d0e2..5034e99f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,5 @@ php: - 5.3 - 5.4 -before_script: composer install +before_script: composer install --dev script: phpunit -c build/phpunit.xml \ No newline at end of file