diff --git a/.travis.yml b/.travis.yml index 3c8b85a..fa9b59b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,9 @@ install: - yarn install script: - - npm run test + - yarn test + +notifications: + email: + on_success: never + on_failure: change