Skip to content

Commit

Permalink
ci(travis): add IRC notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Apr 22, 2020
1 parent 294290b commit 7295680
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,10 @@ after_success:
docker push ${DOCKERHUB_USER}/salt-${SV}-py${PV}:arch-base-latest
fi
fi
notifications:
irc:
channels:
- 'chat.freenode.net##salt-image-builder'
on_success: always
on_failure: always

0 comments on commit 7295680

Please sign in to comment.