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 701f85baef
commit db142fdff4
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM
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