From fd60bbfcba42954fd7157a9e6f852e776befa247 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 30 Nov 2016 16:50:33 +0100 Subject: btrfs-progs: run mkfs tests in CI Signed-off-by: David Sterba --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 099084f5..15313df4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,5 +62,6 @@ addons: script: - "./autogen.sh && ./configure --disable-documentation && make" - "make TEST_LOG=dump test-cli" + - "make TEST_LOG=dump test-mkfs" - "make TEST_LOG=dump test-check" - "make TEST_LOG=dump test-misc" -- cgit v1.2.3