CraigglesO/TypeScript-Ready

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js

notifications:
  email:
    on_success: never
    on_failure: change

node_js:
  - "stable"

script:
  - npm run test