node-resque
Version:
an opinionated implementation of resque in node
21 lines (19 loc) • 312 B
YAML
sudo: false
notifications:
email:
- evantahler@gmail.com
language: node_js
node_js:
- "4"
- "6"
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"