瀏覽代碼

added travis notifications

master
Martin819 7 年之前
父節點
當前提交
fe6e787ab2
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. +10
    -0
      .travis.yml

+ 10
- 0
.travis.yml 查看文件

@@ -28,3 +28,13 @@ before_script:

script:
- test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/6123573504759330786b
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
on_cancel: never # options: [always|never|change] default: always
on_error: always # options: [always|never|change] default: always

Loading…
取消
儲存