From 26702666b61c3b8734f9d96d9fd851d0252e77a8 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Wed, 4 Jun 2014 16:06:41 +0200 Subject: [PATCH] Added travis notification to the slack channel --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c4e998..63c9412 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,7 @@ install: # command to run tests, e.g. python setup.py test script: - - nosetests tests \ No newline at end of file + - nosetests tests + +notifications: + slack: descartes2:6sgCzx3PvrO9IIMwKxj12dDM \ No newline at end of file