BelirafoN/asterisk-ami-event-utils

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "6"
  - "5"
  - "4"
os:
  - osx
  - linux
  - windows
script: npm run coverage
# Send coverage data to Coveralls
after_script: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js