Browse Source

allow ssl errors

n8225 8 năm trước cách đây
mục cha
commit
d02f359fdc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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