瀏覽代碼

.travis.yml: run awesome_bot on the whole README.md
Part of https://github.com/Kickball/awesome-selfhosted/issues/1008

nodiscc 6 年之前
父節點
當前提交
c410f04d69
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.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: