ThomasR/nonogram-solver

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "8"
  - "9"
matrix:
  fast_finish: true
script: "npm run-script coverage"
after_script: "npm install codeclimate-test-reporter && codeclimate-test-reporter < ./coverage/lcov.info"
notifications:
  email: false
branches:
  only:
  - develop
  - master