2014-08-21 02:09:35 +04:00
|
|
|
language: node_js
|
|
|
|
|
|
|
|
node_js:
|
|
|
|
- "0.10"
|
|
|
|
|
|
|
|
services:
|
|
|
|
- mysql
|
|
|
|
|
|
|
|
notifications:
|
2014-11-12 01:15:00 +03:00
|
|
|
irc:
|
|
|
|
channels:
|
2015-07-17 03:14:58 +03:00
|
|
|
- "irc.mozilla.org#fxa-bots"
|
2014-11-12 01:15:00 +03:00
|
|
|
use_notice: false
|
|
|
|
skip_join: false
|
2014-08-21 02:09:35 +04:00
|
|
|
|
|
|
|
install:
|
|
|
|
- npm install --no-optional
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- mysql -e 'DROP DATABASE IF EXISTS patcher'
|
|
|
|
|
|
|
|
script:
|
|
|
|
- npm test
|
|
|
|
|