This commit is contained in:
Thomas VIAL 2016-09-07 18:10:47 +00:00 committed by GitHub
commit 0f75d53000
1 changed files with 7 additions and 0 deletions

View File

@ -7,3 +7,10 @@ services:
- docker - docker
script: script:
- make all - make all
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/8e4bd3b1df155d72dfef
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always