Merge pull request #887 from embark-framework/features/travis-osx

configure travis to test on both Linux and macOS
This commit is contained in:
Iuri Matias 2018-09-21 18:27:18 -04:00 committed by GitHub
commit 6db81f012a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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