uu-cubitt/graph-cqrs

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "5"
install:
  - npm install
script:
  - npm run lint
  - npm run build
  - npm run test
after_script:
  - npm run test-coverage
  - npm run codeclimate