Merge pull request #887 from embark-framework/features/travis-osx
configure travis to test on both Linux and macOS
This commit is contained in:
commit
6db81f012a
|
@ -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