mdbx-ci: update travis-ci config.

Change-Id: I096d9ab1bb83413147c4b22f616e07d93541863c
This commit is contained in:
Leonid Yuriev 2019-09-21 13:47:15 +03:00
parent 83fbcb660f
commit f5bd9b863c

View File

@ -1,13 +1,15 @@
language: c language: c cpp
dist: xenial
compiler: matrix:
- gcc include:
- clang - os: linux
compiler: gcc
os: - os: linux
- linux compiler: clang
- osx - os: osx
osx_image: xcode11
- os: osx
osx_image: xcode9.4
script: > script: >
if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then