node-resque
Version:
an opinionated implementation of resque in node
23 lines (21 loc) • 341 B
YAML
sudo: false
notifications:
email:
- evantahler@gmail.com
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "iojs"
env:
- "FAKEREDIS=true"
- "FAKEREDIS=false"
branches:
only:
- master
services:
- redis-server
# before_script:
after_failure:
- "cat /home/travis/builds/taskrabbit/node-resque/npm-debug.log"