فهرست منبع

travis: remove awesome_bot check on the whole README in preparation for a first merge

nodiscc 6 سال پیش
والد
کامیت
8015ca60d7
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      .travis.yml

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