From 1edceae1a140b8e33f1851a0d47609fc87a1e027 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Thu, 29 Dec 2016 00:21:34 +0300 Subject: [PATCH] mdbx: adds travis-ci. Change-Id: Ic7034ae538bcc70ad1584f4aeae857594ceeded1 --- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..27287a04 --- /dev/null +++ b/.travis.yml @@ -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