[mlpack-git] master: add notifications to travis.yml (672f0f9)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 26 00:51:05 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/7ec665bd5174d62916d6a691059d9bf5e188cbf7...672f0f9f7c859ca16240c229356369acbf971b5c

>---------------------------------------------------------------

commit 672f0f9f7c859ca16240c229356369acbf971b5c
Author: Stephen Tu <stephent at berkeley.edu>
Date:   Wed Mar 25 21:50:55 2015 -0700

    add notifications to travis.yml


>---------------------------------------------------------------

672f0f9f7c859ca16240c229356369acbf971b5c
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index f9d993e..ff334ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,3 +13,8 @@ install:
   - mkdir build && cd build && cmake .. && make -j4 
 script:
   - ./bin/mlpack_test -p
+notifications:
+  email:
+    - mlpack-git at cc.gatech.edu
+  irc:
+    - "chat.freenode.net#mlpack"



More information about the mlpack-git mailing list