Browse Source

travis: added gitter notifcations

master
Andrew Tridgell 10 years ago
parent
commit
9cafe0fdc3
  1. 8
      .travis.yml

8
.travis.yml

@ -5,3 +5,11 @@ before_install: @@ -5,3 +5,11 @@ before_install:
script:
- cd ./ardupilot && Tools/scripts/build_all_travis.sh
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/e5e0b55e353e53945b4b
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false

Loading…
Cancel
Save