line_push/node_modules/eslint-template-visitor/.travis.yml
2022-07-21 03:28:35 +00:00

9 lines
169 B
YAML

language: node_js
node_js:
- 'node'
- '12'
- '10'
- '8'
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'