Merge pull request #3 from MyEtherWallet/adjust_travis_notifications

Adjust travis notifications
This commit is contained in:
Daniel Ternyak 2017-05-23 02:16:04 -05:00 committed by GitHub
commit 345eedcd53

View File

@ -7,3 +7,9 @@ before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
notifications:
email:
on_success: never
on_failure: never