From b77e0d509eddb38c19cee2b8a7290a60b2524bf6 Mon Sep 17 00:00:00 2001
From: Lint <44368997+C0derLint@users.noreply.github.com>
Date: Wed, 20 Feb 2019 01:18:12 +0530
Subject: [PATCH 1/2] Added index.html for Github Pages
---
index.html | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 index.html
diff --git a/index.html b/index.html
new file mode 100644
index 00000000..c0e6a41f
--- /dev/null
+++ b/index.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+ Free for developers
+
+
+
+ Loading...
+
+
+
+
+
From 00955bfc5d65713c5bc77cc2ebd367a0272e43ad Mon Sep 17 00:00:00 2001
From: Lint <44368997+C0derLint@users.noreply.github.com>
Date: Wed, 20 Feb 2019 02:12:07 +0530
Subject: [PATCH 2/2] Set timeout of 5 seconds
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 684bb9f7..dcac00fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,4 @@ rvm:
before_script:
- gem install awesome_bot
script:
- - awesome_bot README.md --allow-dupe --allow-ssl --allow-redirect | grep -Ev "\s*?[0-9]{1,4}\.\s*?http"
+ - awesome_bot README.md --allow-dupe --allow-ssl --allow-redirect --set-timeout 5 | grep -Ev "\s*?[0-9]{1,4}\.\s*?http"