mdbx: adds travis-ci.

Change-Id: Ic7034ae538bcc70ad1584f4aeae857594ceeded1
This commit is contained in:
Leo Yuriev 2016-12-29 00:21:34 +03:00
parent ec49580a84
commit 1edceae1a1

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: c
sudo: false
dist: trusty
cache: bundler
notifications:
email: false
compiler:
- gcc
- clang
os:
- linux
script: if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make all lmdb check; fi