test: cross platform

test: add osx and windows to test platforms in travis
This commit is contained in:
M. George Hansen 2020-06-10 17:11:10 -07:00
parent 1dd30984d4
commit d9bd3b791f
4 changed files with 65 additions and 11 deletions

View file

@ -1,9 +1,10 @@
language: node_js
os:
- linux
- osx
- windows
node_js:
- node
- lts/*
- 14
- 13
- 12
- 11
- 10