Skip to content

Commit

Permalink
Add travis webhook to get notifications when CI fails
Browse files Browse the repository at this point in the history
Reviewed By: justinjhendrick

Differential Revision: D6312152

fbshipit-source-id: eddbd3535116177546fc9a6ad3065cad9b69d7ca
  • Loading branch information
int3 authored and facebook-github-bot committed Nov 13, 2017
1 parent 3fc97a1 commit e1a0a07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ before_install:

script:
- autoreconf -ivf && ./configure CXX='g++-4.9' && make -j4

notifications:
webhooks: https://code.facebook.com/travis/webhook/

0 comments on commit e1a0a07

Please sign in to comment.