holidayapi-node/.travis.yml
Josh Sherman 723dac75b1
test: add Node.js v14.x to test suite
* test: Added Node.js v14.x to the test suite.
* perf: Updated dependencies.
* docs: Drop blurb about migration from v2 as it will be covered in
  release notes.
* chore: Bumped minor version since compatibility has increased.
2020-04-27 17:32:11 -05:00

12 lines
114 B
YAML

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