From 38d4c6d3a946f041ae6c4e25b96cd4c04d9db13f Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 9 Sep 2015 09:48:04 +0200 Subject: .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) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 .. -- cgit v1.2.3