2015-09-16 19:43:49 +03:00
|
|
|
language: node_js
|
|
|
|
sudo: false
|
|
|
|
node_js:
|
2015-10-13 18:22:47 +03:00
|
|
|
- '0.12'
|
2015-09-16 19:43:49 +03:00
|
|
|
script: npm test
|
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- irc.mozilla.org#amo-bots
|
|
|
|
on_success: change
|
|
|
|
on_failure: always
|
2015-10-12 11:34:42 +03:00
|
|
|
after_script:
|
|
|
|
- cat ./coverage/**/lcov.info | ./node_modules/coveralls/bin/coveralls.js
|