diff --git a/.gitignore b/.gitignore
index 5c27965..4244c36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,7 @@ cache/*
# Test and build
build/
+
+# Composer
+composer.lock
+vendor/
diff --git a/.phpunit.xml b/.phpunit.xml
index 7b91989..424dc95 100644
--- a/.phpunit.xml
+++ b/.phpunit.xml
@@ -8,14 +8,9 @@
-
-
-
-
-
- .
+ src/
test
webroot
@@ -23,4 +18,9 @@
+
+
+
+
+
diff --git a/.travis.yml b/.travis.yml
index aec7876..446e017 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,7 +85,7 @@ notifications:
webhooks:
urls:
- - https://webhooks.gitter.im/e/cce29c69604daa8a60ab
+ - https://webhooks.gitter.im/e/a89832db4f939e85ba97
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
diff --git a/README.md b/README.md
index 573e720..3b3af09 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ Image conversion on the fly using PHP
[](https://gitter.im/mosbth/cimage?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://travis-ci.org/mosbth/cimage)
[](https://scrutinizer-ci.com/g/mosbth/cimage/build-status/resize)
+[](https://scrutinizer-ci.com/g/mosbth/cimage/?branch=resize)