rittenhop-dev/versions/5.94.2/node_modules/html-to-text/.travis.yml
2024-09-23 19:40:12 -04:00

15 lines
392 B
YAML

addons:
code_climate:
repo_token:
secure: IbQv9JBOVRXApd+Hd/WQ47f6Ty+2i1ly6hzFXLTuMt7cM/72KC4ocwHsuP6OdiTAgRuSwCHar92v2uTgx0vTjLCBLBCmWYjhVq1u1Pr+9oBidQCT7ryHATNDEh1V68bkmsSXzRDh7j5sesBz7mwzFIpF7FGUlZm3Glba6HbKP5E=
after_success:
- npm install -g codeclimate-test-reporter
- codeclimate-test-reporter < coverage/lcov.info
language: node_js
node_js:
- "6"
- "8"
- "10"