From ba067ed4eeae5e914d5478690a3791af7fec703b Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 8 Feb 2018 01:41:40 +0100 Subject: [PATCH] btrfs-progs: ci: use helper script for default build commands There's a script for the make command combo, let's use it. Signed-off-by: David Sterba --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d5878db..e37bbc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,7 +72,7 @@ before_install: sudo make install PREFIX=/usr; cd ../.. " - - "./autogen.sh && ./configure --disable-documentation && make" + - travis/build-default --disable-documentation addons: coverity_scan: -- 2.7.4