From c056be3e48bbed34ce8aef2f6d3898ade3dfdf4c Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 6 Mar 2013 17:05:07 +0000 Subject: [PATCH] Updated .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5034e99f..4f428b5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ php: - 5.4 before_script: composer install --dev -script: phpunit -c build/phpunit.xml \ No newline at end of file +script: phpunit \ No newline at end of file