picl-keyserver/.travis.yml

23 строки
367 B
YAML

language: node_js
node_js:
- 0.8
notifications:
email:
- zcarter@mozilla.com
- rkelly@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;'"