From c8d1b0431c73f44b352d4120e5d98a2f98127ec0 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 7 Sep 2015 10:03:29 +0200 Subject: .travis.yml: test also 'make dist-all' target --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 24be7a6e..bfffb2af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ install: - ../configure --prefix=/tmp/proj_autoconf_install - make -j3 - make install + - make dist-all - find /tmp/proj_autoconf_install - make check - cd .. -- cgit v1.2.3