holidayapi-node/.travis.yml
Josh Sherman 431b2da1f6
fix(dependencies): routine security updates
Updated dependencies and resolved the recent security vulnerabilities.
Also added linting to the CI pipeline and split out testing into two
scripts to make it easier to run tests locally.
2020-03-21 13:24:31 -05:00

11 lines
107 B
YAML

language: node_js
node_js:
- 8
- 10
- 12
- 13
script:
- npm run lint
- npm run test:coverage