glowingbear-mainbox/.travis.yml
Lorenz Hübschle-Schneider 8cb6fc623e Travis: Reduce IRC notification spam
Only send a "the build passed" notification if it previously didn't, i.e. the build was fixed.
Failure notifications stay the same
2014-04-26 16:00:37 +01:00

14 lines
264 B
YAML

language: node_js
node_js:
- "0.10"
install: "npm -g install jshint"
script: "jshint js/*"
notifications:
email: false
irc:
channels: "chat.freenode.net#glowing-bear"
use_notice: true
skip_join: true
on_success: change
on_failure: always