dwyl/hapi-socketio-redis-chat-example

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
env:
  - CXX=g++-4.8
addons:
  apt:
    sources:
    - ubuntu-toolchain-r-test
    packages:
    - g++-4.8
node_js:
  - "4.3.0"
services:
  - redis-server
before_install:
  - pip install --user codecov
after_success:
  - codecov --file coverage/lcov.info --disable search