From ff56a4e2e0a87e4e3b1cc1e74547d55b295967a6 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 3 Aug 2016 10:18:42 -0600 Subject: [PATCH] travis: don't enable rbd Apparently it fails with an older version of the rbd library. Need to figure out how to check and test for that. Signed-off-by: Jens Axboe --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2883a0ae..bf0433de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ compiler: - gcc before_install: - sudo apt-get -qq update - - sudo apt-get install -qq -y libaio-dev libnuma-dev libz-dev librbd-dev + - sudo apt-get install -qq -y libaio-dev libnuma-dev libz-dev -- 2.25.1