fxa-auth-server/.travis.yml

31 строка
518 B
YAML

language: node_js
node_js:
- 0.10
services:
- redis-server
notifications:
email:
- zcarter@mozilla.com
- dcoates@mozilla.com
- jbonacci@mozilla.com
- rfkelly@mozilla.com
- achilton@mozilla.com
irc:
channels:
- "irc.mozilla.org#fxa"
use_notice: false
skip_join: false
env:
- DB_BACKEND=mysql REDIS_HOST=localhost
before_script:
- "mysql -e 'DROP DATABASE IF EXISTS test;'"
- "mysql -e 'CREATE DATABASE test;'"
before_install:
- sudo apt-get install libgmp3-dev