diff options
-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" |