From 6d60bb1d033982c9c866f5c7acdc7828cb7a589f Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sat, 14 May 2016 18:49:08 +0300 Subject: [PATCH] Remove dot from phpunit.xml name --- .travis.yml | 2 +- Tests/{.phpunit.xml => phpunit.xml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Tests/{.phpunit.xml => phpunit.xml} (100%) diff --git a/.travis.yml b/.travis.yml index a784e34..c33ae78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,6 @@ notifications: install: - composer install --dev --no-interaction script: - - phpunit --configuration Tests/.phpunit.xml + - phpunit --configuration Tests/phpunit.xml after_script: - ./.codeclimate.sh diff --git a/Tests/.phpunit.xml b/Tests/phpunit.xml similarity index 100% rename from Tests/.phpunit.xml rename to Tests/phpunit.xml