gisikw/superficial

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "4.2"
  - "5.0"
script:
  - npm run lint
  - npm run test:coverage
  - npm install -g codeclimate-test-reporter
  - codeclimate-test-reporter < coverage/lcov.info
addons:
  code_climate:
    repo_token: 6eb188a1474104b555d034bb703822fe01b4d1487285ae7e946a5d580176029a