holidayapi-node/.travis.yml
Josh Sherman 9b40c4050e chore: test against node 13 and bump versions
* chore: added the latest version of Node.js to the test plan
* docs: fixed a few code typos in the README
* chore: upgraded dependency versions
* chore: bumped version number
* chore: dropped testing for unmaintained Node.js version
* docs: added some notes about Node.js compatibility
2019-11-11 15:24:17 -06:00

6 lines
54 B
YAML

language: node_js
node_js:
- 8
- 10
- 12
- 13