diff --git a/.travis.yml b/.travis.yml index 1824d02..3e9504e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,3 +37,6 @@ after_success: | bash <(curl -s https://codecov.io/bash) && echo "Uploaded code coverage" +notifications: + email: + on_failure: always