From c410f04d695495b31ef7c3717852d702543f96e3 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 10 Mar 2019 17:26:18 +0100 Subject: [PATCH] .travis.yml: run awesome_bot on the whole README.md Part of https://github.com/Kickball/awesome-selfhosted/issues/1008 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a6c8cbd5..b5ed7488 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ script: - git diff master.. -U0 README.md | grep -Pos "(?<=^\+).*" >> 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: