aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2015-09-07 10:03:29 +0200
committerEven Rouault <even.rouault@spatialys.com>2015-09-07 10:03:29 +0200
commitc8d1b0431c73f44b352d4120e5d98a2f98127ec0 (patch)
tree59ff94250aca31c0e7035a2b4cd79fa155a8784a /.travis.yml
parente441f9d08db1db7da8dc88ddf7b1e905d3c7f6c9 (diff)
downloadPROJ-c8d1b0431c73f44b352d4120e5d98a2f98127ec0.tar.gz
PROJ-c8d1b0431c73f44b352d4120e5d98a2f98127ec0.zip
.travis.yml: test also 'make dist-all' target
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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 ..