Skip to content

Commit

Permalink
feat(ci): add callbacks for robot to build travis (#1508)
Browse files Browse the repository at this point in the history
This commit adds callback hooks for an instance of homu located at
kwilu.bhi.ma to build/run Travis CI hooks on build failure.  The robot
will also be responsible for assigning reviewers and the like.
  • Loading branch information
jniles committed Apr 14, 2017
1 parent e95a0f6 commit e692a41
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ git:

before_cache:
- rm -f npm-debug.log

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

branches:
only:
- auto

0 comments on commit e692a41

Please sign in to comment.