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
dist: xenial
language: c cpp
compiler:
- gcc
- clang
os:
- linux
- osx
matrix:
include:
- os: linux
compiler: gcc
- os: linux
compiler: clang
- os: osx
osx_image: xcode11
- os: osx
osx_image: xcode9.4
script: >
if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then