fxa-auth-server/.travis.yml

28 строки
417 B
YAML

language: node_js
node_js:
- 0.10
services:
- memcached
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
before_install:
- sudo apt-get install libgmp3-dev
script:
- npm test
- grunt validate-shrinkwrap