Browse Source

allow ssl errors

pull/892/head
n8225 8 years ago
committed by GitHub
parent
commit
d02f359fdc
  1. 2
      .travis.yml

2
.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
Loading…
Cancel
Save