have travis run the tests on osx (macOS) in addition to linux
This commit is contained in:
parent
636e5a09ac
commit
18239f539b
|
@ -1,4 +1,7 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
node_js:
|
node_js:
|
||||||
- "8"
|
- "8"
|
||||||
addons:
|
addons:
|
||||||
|
|
Loading…
Reference in New Issue