libmdbx/.travis.yml
Leo Yuriev 1edceae1a1 mdbx: adds travis-ci.
Change-Id: Ic7034ae538bcc70ad1584f4aeae857594ceeded1
2016-12-29 00:21:34 +03:00

16 lines
227 B
YAML

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