Files
rappaurio-sae501_502/app/node_modules/hyntax/.travis.yml
2023-09-25 09:41:55 +02:00

9 lines
181 B
YAML

language: node_js
node_js:
- "8"
before_install:
- "npm install -g npm@'>=5.3.0'"
after_script:
- "npm run coverage"
- "npx nyc report --reporter=text-lcov | npx coveralls"