mirror of https://github.com/embarklabs/embark.git
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
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
node_js:
|
||||
- "8"
|
||||
addons:
|
||||
|
|
Loading…
Reference in New Issue