Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Change TravisCI notification settings
Browse files Browse the repository at this point in the history
1- don't send emails
2- send notifications to ponylang IRC channel on change in status of a
build
  • Loading branch information
SeanTAllen committed Oct 16, 2018
1 parent f9891b7 commit dc67cb6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -22,6 +22,14 @@
language: node_js
sudo: false

notifications:
email: false
irc:
channels:
- "chat.freenode.net#ponylang"
on_success: change
on_failure: change

# Node.js version and necessary services
node_js: 10
services:
Expand Down

0 comments on commit dc67cb6

Please sign in to comment.