crafatar/.travis.yml
2014-11-02 10:37:50 -06:00

9 lines
141 B
YAML

language: node_js
node_js:
- "0.10"
notifications:
irc: "irc.esper.net#spongy"
services:
- redis-server
script: "mocha"
skip_join: true