From 1c3b319aa6c8f5521d5123f0e6affca94ee35010 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 2 Jan 2013 21:22:09 +0000 Subject: [PATCH] Altered the script parameter of .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 133c78b8..ec9049bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ php: - 5.3 - 5.4 -script: phpunit --coverage-text --configuration build/phpunit.xml \ No newline at end of file +script: phpunit -c build/phpunit.xml \ No newline at end of file