holidayapi-node/.travis.yml
Josh Sherman 0d1e00a15e
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:20:39 -06:00

6 lines
54 B
YAML

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