dont email on test failures; we'll know in the github ui

This commit is contained in:
Daniel Ternyak 2017-05-23 02:14:49 -05:00
parent 1d47f6b31c
commit 1581dcd71f
1 changed files with 7 additions and 1 deletions

View File

@ -6,4 +6,10 @@ node_js:
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sh -e /etc/init.d/xvfb start
notifications:
email:
on_success: never
on_failure: never