Skip to content

Commit 829cd88

Browse files
authored
Add notifications for failing tests/builds (#285)
* Add notifications for failing tests/builds
1 parent 977d96e commit 829cd88

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,11 @@ jobs:
4141
- bash -x -e tools/ci_build/builds/release_macos.sh
4242
after_success:
4343
- twine upload -u $PYPI_USER -p $PYPI_PW wheelhouse/*.whl
44+
45+
notifications:
46+
email:
47+
recipients:
48+
49+
50+
on_success: never
51+
on_failure: always

0 commit comments

Comments
 (0)