Skip to content

Commit

Permalink
fix(ci): ensure notifications get through https
Browse files Browse the repository at this point in the history
This commit changes Travis's webhooks to ensure that the notifications get through HTTPS and properly routed.  At the moment, @kwilu doesn't seem to respond to Travis CI.
  • Loading branch information
jniles committed Apr 18, 2017
1 parent 2b2435d commit ab5cf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ before_cache:
- rm -f npm-debug.log

notifications:
webhooks: http://kwilu.bhi.ma:54856/travis
webhooks: https://kwilu.bhi.ma/travis

branches:
only:
Expand Down

0 comments on commit ab5cf64

Please sign in to comment.