From eea09128cf20043d416ec45ab2fd932207870b58 Mon Sep 17 00:00:00 2001 From: Philippe Groarke Date: Sat, 7 Oct 2017 12:26:30 -0400 Subject: [PATCH] Update travis. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ee6a2b1..179980f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ language: python python: 3.5 script: ./check.py gamecontrollerdb.txt +notifications: + email: + on_success: never + on_failure: always \ No newline at end of file