浏览代码

allow ssl errors

n8225 8 年之前
父节点
当前提交
d02f359fdc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -13,5 +13,5 @@ before_script:
 script:
   - git diff master.. -U0 README.md | grep -Pos "(?<=^\+).*" >> temp.md || (exit 0)
   - node test.js temp.md
-  - awesome_bot temp.md --allow-redirect
+  - awesome_bot temp.md --allow-redirect --allow-ssl
   - danger --verbose