fxa-auth-server/.travis.yml

28 строки
476 B
YAML
Исходник Обычный вид История

2013-05-14 04:00:22 +04:00
language: node_js
node_js:
- 0.10
notifications:
email:
- zcarter@mozilla.com
- dcoates@mozilla.com
- jbonacci@mozilla.com
irc:
channels:
- "irc.mozilla.org#picl"
use_notice: false
skip_join: false
env:
- KVSTORE_BACKEND=mysql
- KVSTORE_BACKEND=memory
before_script:
- "mysql -e 'DROP DATABASE IF EXISTS test;'"
- "mysql -e 'CREATE DATABASE test;'"
- ./scripts/gen_keys.js
before_install:
- sudo apt-get install libgmp3-dev