aureooms/js-logic

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "iojs"
  - "0.12"
  - "0.11"
  - "0.10"
install:
  - npm -d install
script:
  - npm test
after_success:
  - ./node_modules/.bin/coveralls   < coverage/lcov.info || true
  - ./node_modules/.bin/codeclimate < coverage/lcov.info || true