Skip to content

Commit cd1f67d

Browse files
committed
Add failure notifications for Travis CI
1 parent 8376e28 commit cd1f67d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ script:
1919
- PYTHONPATH=. coverage run test/test_func.py
2020
after_success:
2121
coveralls
22+
notifications:
23+
email:
24+
on_failure: change
25+
on_success: never

0 commit comments

Comments
 (0)