michaltakac/mathworldvr

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - v6
script:
  - npm run lint && npm test -- --coverage
after_success:
  - bash <(curl -s https://codecov.io/bash)