dont email on test failures; we'll know in the github ui
This commit is contained in:
parent
1d47f6b31c
commit
1581dcd71f
|
@ -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
|
Loading…
Reference in New Issue