소스 검색

added travis notifications

pull/5/head
Martin819 7 년 전
부모
커밋
fe6e787ab2
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      .travis.yml

+ 10
- 0
.travis.yml 파일 보기



script: script:
- test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration - 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…
취소
저장