A fix for travis issues?

This commit is contained in:
Blake Thompson 2015-04-28 18:28:12 -05:00
parent 5014f8beee
commit 7cb1d12079

View file

@ -63,11 +63,11 @@ script:
elif [[ ${MASON_PUBLISH == true]]; then
export MASON_NAME=mapnik;
export MASON_VERSION=latest;
export MASON_LIB_FILE=lib/libmapnik-wkt.a
export MASON_LIB_FILE=lib/libmapnik-wkt.a;
source ./.mason.sh;
./configure PREFIX=${MASON_PREFIX} PATH_REPLACE='' MAPNIK_BUNDLED_SHARE_DIRECTORY=True;
else
./configure
./configure;
fi;
- make
- git clone --depth=1 https://github.com/mapnik/test-data test-data