summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-02-08 01:41:40 +0100
committerDavid Sterba <dsterba@suse.com>2018-02-13 15:41:32 +0100
commitba067ed4eeae5e914d5478690a3791af7fec703b (patch)
tree5c33f259562bbc69ad8166465585160d08cfe582 /.travis.yml
parentddfe4d7c30a667b0b434a648897dd990e591008b (diff)
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 <dsterba@suse.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d5878dba..e37bbc53 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: