소스 검색

add travis condition to only send notifications for master branch

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

+ 5
- 1
.travis.yml 파일 보기

@@ -2,7 +2,7 @@ sudo: required
services:
- docker

install:
- pip install PyYAML
- pip install virtualenv
- |
@@ -18,9 +18,11 @@ services:
#gem 'kitchen-salt', '>=0.2.25'
- bundle install

env:
- PLATFORM=trevorj/salty-whales:trusty
- PLATFORM=trevorj/salty-whales:xenial


before_script:
- set -o pipefail
- make test | tail
@@ -29,6 +31,8 @@ script:
- test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration

notifications:
on:
branch: master
webhooks:
urls:
- https://webhooks.gitter.im/e/6123573504759330786b

Loading…
취소
저장