aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2015-09-09 09:48:04 +0200
committerEven Rouault <even.rouault@spatialys.com>2015-09-09 09:48:04 +0200
commit38d4c6d3a946f041ae6c4e25b96cd4c04d9db13f (patch)
tree60ca50de4a0681d2dd15dbc3ea535b3269c3ad3d /.travis.yml
parent3bbee2b5e54db54eb510d484b470da2c4f67b3e2 (diff)
downloadPROJ-38d4c6d3a946f041ae6c4e25b96cd4c04d9db13f.tar.gz
PROJ-38d4c6d3a946f041ae6c4e25b96cd4c04d9db13f.zip
.travis.yml: remove comparison of installed files between a make install from git and a make install from the dist tarball (follow-up of https://github.com/OSGeo/proj.4/pull/301)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 39858dd1..d3e4758d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,13 +37,15 @@ install:
- make -j3
- make install
- make dist-all
+ - make check
- CURRENT_PWD=`pwd`
- cd /tmp/proj_autoconf_install
- find | sort > /tmp/list_proj_autoconf_install.txt
- cd /tmp/proj_autoconf_install_from_dist_all
- find | sort > /tmp/list_proj_autoconf_install_from_dist_all.txt
- cd $CURRENT_PWD
- - diff -u /tmp/list_proj_autoconf_install.txt /tmp/list_proj_autoconf_install_from_dist_all.txt
+# The list of file is not identical. See http://lists.maptools.org/pipermail/proj/2015-September/007231.html
+# - diff -u /tmp/list_proj_autoconf_install.txt /tmp/list_proj_autoconf_install_from_dist_all.txt
- cd ..
#
- cd ..