Add notifications on failure

This commit is contained in:
Andy Clement
2016-05-19 17:15:03 -07:00
parent 3d1842e245
commit 5347be42fb

View File

@@ -5,3 +5,10 @@ before_script:
- 'npm install -g bower grunt-cli'
- 'bower install'
script: grunt
notifications:
email:
- aclement@pivotal.io
- aboyko@pivotal.io
- sanandan@pivotal.io
on_failure: always