From 53a7d850247c8040e1cf09e7c8d595d40d44572f Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Mon, 6 Aug 2012 07:44:26 -0500 Subject: [PATCH] Fixing the Travis CI build script. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7de708c..e3b64fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ before_script: - curl -s http://getcomposer.org/installer | php -- --quiet - php composer.phar install -script: phpunit -c phpunit.dist.xml +script: phpunit -c phpunit.xml.dist