check with current branch name

This commit is contained in:
Stefan Schmidt 2019-08-29 19:40:27 +02:00
parent 590e3f9366
commit acd7969f8d
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ before_cache:
notifications:
- |
if [[ "$TRAVIS_BRANCH" == "master" ]]; then
if [[ "$TRAVIS_BRANCH" == "devs/stefan/travis-notification-tweaks" ]]; then
irc:
channels:
- "chat.freenode.net#e-commits"