Turn off travis-ci notification if build success

This commit is contained in:
Faisal Salman 2012-12-04 15:42:52 +07:00
parent 6d183003b3
commit be4d8a10d1

View File

@ -2,3 +2,7 @@ language: node_js
node_js:
- 0.8
- 0.6
notifications:
email:
on_success: never
on_failure: always