mdbx-ci: enable OSX build for travis-ci.

Change-Id: Ib11e95942b27e131496b0804591f1d5b64cb9272
This commit is contained in:
Leonid Yuriev 2019-08-11 00:34:32 +03:00
parent dcd4574510
commit f5a25b8d5e

View File

@ -7,6 +7,7 @@ compiler:
os:
- linux
- osx
script: if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make all check; fi