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