From cb7e86d5382d5cee8ae55e6ef9c526726e14dc47 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 25 Jun 2012 18:59:41 +0200 Subject: [PATCH] Rename tests/phpunit.xml.dist for clarity --- .travis.yml | 2 +- tests/{phpunit.xml.dist => complete.phpunit.xml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{phpunit.xml.dist => complete.phpunit.xml} (100%) diff --git a/.travis.yml b/.travis.yml index bd5382b9f..ddd8bc571 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ before_script: - curl -s http://getcomposer.org/installer | php - php composer.phar install -script: phpunit -c tests/ +script: phpunit -c tests/complete.phpunit.xml diff --git a/tests/phpunit.xml.dist b/tests/complete.phpunit.xml similarity index 100% rename from tests/phpunit.xml.dist rename to tests/complete.phpunit.xml