From cfbf54dea12e68087fd68338ec0808de22a4a922 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 23 Jan 2019 12:59:57 +0100 Subject: [PATCH] btrfs-progs: ci: explicitly request reiserfs support for btrfs-convert The autodetection of conversion filesystems support will skip the tests if the library is not available for some reason. This now happens for reiserfs in the CI environment. We need to know about such case so request the support. Signed-off-by: David Sterba --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d714816e..0a1a86b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ before_install: - docker pull kdave/ci-musl-x86_64 - travis/build-dep-reiserfs - travis/build-dep-zstd - - travis/build-default --disable-documentation + - travis/build-default --disable-documentation --with-convert=ext2,reiserfs addons: coverity_scan: