socketstream/socketstream

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - 8
  - 10
  - 12

matrix:
  allow_failures:
  - node_js: 12

script:
  - npm run cover-test

notifications:
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/7937aa9d2e9d767d0421
    on_success: always
    on_failure: always