Skip to content

Commit b009cdc

Browse files
committed
Update travis config to notify team on failure
1 parent 707358c commit b009cdc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,12 @@ python:
99
install:
1010
- pip install tox
1111

12+
notifications:
13+
email:
14+
recipients:
15+
16+
on_success: never
17+
on_failure: always
18+
1219
script:
1320
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d .)

0 commit comments

Comments
 (0)