From 8015ca60d78855f69a8fdf7a0a8895496ee9d6f5 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 13 Apr 2019 15:12:19 +0200 Subject: [PATCH] travis: remove awesome_bot check on the whole README in preparation for a first merge --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 14f361bf..77fe2d96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ script: - git diff master.. --unified=0 README.md | grep --perl-regexp --only-matching --silent "(?<=^\+).*" >> temp.md || (exit 0) - node test.js temp.md - awesome_bot temp.md --allow-redirect || (exit 0) - - awesome_bot README.md --allow-redirect || (exit 0) - danger --verbose notifications: