dwyl/redis-connection

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - 4.2.6
services:
  - redis-server
before_install:
  - pip install --user codecov
after_success:
  - codecov