Browse Source

Merge pull request #7 from Martin819/master

Add travis condition to only send notifications for master branch [WIP]
master
Filip Pytloun 7 years ago
parent
commit
7d221cdfa1
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .travis.yml

+ 3
- 0
.travis.yml View File

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



before_script: before_script:
- set -o pipefail - set -o pipefail
- make test | tail - make test | tail
- test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration - test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration


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

Loading…
Cancel
Save