mdbx: cleanup travis.yml

Change-Id: Ia38b527f27727bc06f7182f7a7d7c5e626780b99
This commit is contained in:
Leo Yuriev 2017-04-11 02:42:09 +03:00
parent cbb2abe5a8
commit 270b367a4f

View File

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