beequeue
Version:
A simple, fast, robust job/task queue, backed by Redis.
13 lines (12 loc) • 377 B
YAML
before_script:
- npm install -g eslint
- npm install -g grunt-cli
- npm install -g istanbul
language: node_js
node_js:
- "0.12"
- "0.10"
services: redis
after_script:
- redis-cli script flush
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage