aureooms/js-pubsub

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
env:
  - CXX=g++-4.8

addons:
  apt:
    sources:
      - ubuntu-toolchain-r-test
    packages:
      - g++-4.8

language: node_js

node_js:
  - node

install:
  - npm install

script:
  - npm run cover

after_success:
  - bash <(curl -s https://codecov.io/bash)            || true
  - coveralls                 < coverage/lcov.info || true
  - codeclimate-test-reporter < coverage/lcov.info || true