Skip to content

Commit 0432168

Browse files
authored
Merge pull request #150 from chanchiem/travis_notification
Update travis config to notify team on failure
2 parents 6a2126d + 27ca64e commit 0432168

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
@@ -10,5 +10,12 @@ python:
1010
install:
1111
- pip install tox
1212

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

0 commit comments

Comments
 (0)