have travis run the tests on osx (macOS) in addition to linux

This commit is contained in:
Michael Bradley, Jr 2018-09-21 11:31:09 -05:00
parent 636e5a09ac
commit 18239f539b
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
language: node_js language: node_js
os:
- linux
- osx
node_js: node_js:
- "8" - "8"
addons: addons: