AkashBabu/lib-grpc-client-pool

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js

node_js: 
  - 7
  - 8
  - 9
  - 10

branches:
  only:
    - master

matrix:
  allow_failures:
    - node_js: 7

install:
  - npm install

script:
  - npm test
  - npm build

notifications:
  email:
    on_success: never
    on_failure: always