diff options
author | Johann Klähn <kljohann@gmail.com> | 2014-02-01 21:04:06 +0100 |
---|---|---|
committer | Johann Klähn <kljohann@gmail.com> | 2014-02-01 21:04:06 +0100 |
commit | f300cfccb7b10e44965eb8b4b3741ae9fbf04a57 (patch) | |
tree | 30733bcbc895959a07a424893bbf246fad8c4bfe | |
parent | e0ee1eb8108e8cfe27254514d5b4e023721ed18f (diff) | |
download | fork-ledger-f300cfccb7b10e44965eb8b4b3741ae9fbf04a57.tar.gz fork-ledger-f300cfccb7b10e44965eb8b4b3741ae9fbf04a57.tar.bz2 fork-ledger-f300cfccb7b10e44965eb8b4b3741ae9fbf04a57.zip |
update travis notification settings
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c2996e66..eed18531 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,8 @@ before_script: "./acprep opt make --python" script: - "./acprep check -- --output-on-failure" - "PYTHONPATH=. python python/demo.py" +notifications: + email: + on_success: change + on_failure: change + irc: "chat.freenode.net#ledger" |