diff --git a/README.md b/README.md
index 0888ea004..1c3a79921 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
-[](https://travis-ci.org/mitchellkrogza/nginx-ultimate-bad-bot-blocker)
[](https://www.gitcheese.com/app/#/projects/92bf5669-7d2c-447d-baa4-216ac9e720a6/pledges/create)
-
+
+
+  |
+  |
+
+
 Spam Blocker with DDOS, Wordpress Theme Detector Blocking and Fail2Ban Jail for Repeat Offenders")
diff --git a/travis/install-nginx.sh b/travis/install-nginx.sh
index ea289e6bd..83ada51f4 100755
--- a/travis/install-nginx.sh
+++ b/travis/install-nginx.sh
@@ -1,9 +1,11 @@
#!/bin/bash
-# Travis CI Code Adapted and Modified from 3 Sources
+# Travis CI Code Adapted and Modified from 4 Sources
# Thanks go out to:
# https://github.com/tburry/travis-nginx-test
-# https://github.com/mitchellkrogza/travis-after-all
-# https://github.com/mitchellkrogza/lua-nginx-statistics
+# https://github.com/alrra/travis-after-all
+# https://github.com/shoonoise/lua-nginx-statistics
+# https://github.com/nlindblad/nlindblad.github.io
+# Without a combination of your Travis CI tests for Nginx I would never have got it working.
set -e
set -x