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