travis: don't enable rbd
authorJens Axboe <axboe@fb.com>
Wed, 3 Aug 2016 16:18:42 +0000 (10:18 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 3 Aug 2016 16:18:42 +0000 (10:18 -0600)
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 <axboe@fb.com>
.travis.yml

index 2883a0ae66d398881b84684af68bc9d089334067..bf0433de520d7383c3e0408095be1ebbe70ade73 100644 (file)
@@ -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