Skip to content

Commit

Permalink
reenable email notifications on failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Jan 18, 2020
1 parent 6498e49 commit cc40ee8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ services:
install: "pipenv install"
before_script: "cp nadine/settings/local_settings.example.py nadine/settings/local_settings.py"
script: pipenv run python manage.py test
#notifications:
# email:
# recipients:
# - jacob@officenomads.com
# on_success: change
# on_failure: always
notifications:
email:
recipients:
- jacob@officenomads.com
on_success: change
on_failure: always

0 comments on commit cc40ee8

Please sign in to comment.