rizowski/eslint-watch

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "12"
  - "14"
  - "16"
os:
  - linux
  # - osx
  # - windows
script:
  - npm run ci:test
after_success:
  - npm install -g codeclimate-test-reporter
  - codeclimate-test-reporter < ./coverage/lcov.info