diff --git a/.travis.yml b/.travis.yml index 1869144..f2c33b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ script: - mkdir -p build/logs - vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - - php vendor/bin/coveralls -v \ No newline at end of file + - php vendor/bin/coveralls -v diff --git a/README.md b/README.md index f6d4801..3b402b0 100644 --- a/README.md +++ b/README.md @@ -135,4 +135,4 @@ user.home = %ENV_HOME% ## License -THE ICONIC config library for PHP is released under the MIT License. \ No newline at end of file +THE ICONIC config library for PHP is released under the MIT License.