git.fiddlerwoaroof.com
Browse code

travis notifications

Greg Wiley authored on 03/05/2017 15:46:40
Showing 1 changed files
... ...
@@ -3,4 +3,8 @@ dist: trusty
3 3
 install:
4 4
   - sudo apt-get install libpam0g-dev
5 5
 language: cpp
6
+notifications:
7
+  email:
8
+    on_success: change
9
+    on_failure: change
6 10