.travis.yml: run awesome_bot on the whole README.md

Part of https://github.com/Kickball/awesome-selfhosted/issues/1008
pull/1647/head
nodiscc 2019-03-10 17:26:18 +01:00
parent 86fc9ef538
commit c410f04d69
1 changed files with 1 additions and 0 deletions

View File

@ -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: