27 строки
330 B
YAML
27 строки
330 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "0.10"
|
|
|
|
services:
|
|
- mysql
|
|
|
|
notifications:
|
|
email:
|
|
- achilton@mozilla.com
|
|
irc:
|
|
channels:
|
|
- "irc.mozilla.org#fxa"
|
|
use_notice: false
|
|
skip_join: false
|
|
|
|
install:
|
|
- npm install --no-optional
|
|
|
|
before_script:
|
|
- mysql -e 'DROP DATABASE IF EXISTS patcher'
|
|
|
|
script:
|
|
- npm test
|
|
|