btrfs-progs: ci: use helper script for default build commands
authorDavid Sterba <dsterba@suse.com>
Thu, 8 Feb 2018 00:41:40 +0000 (01:41 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 13 Feb 2018 14:41:32 +0000 (15:41 +0100)
There's a script for the make command combo, let's use it.

Signed-off-by: David Sterba <dsterba@suse.com>
.travis.yml

index d5878db..e37bbc5 100644 (file)
@@ -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: