From a31d5ec19dffce3e08b14e9271e02444af7d7f3d Mon Sep 17 00:00:00 2001 From: Blake Thompson Date: Tue, 28 Apr 2015 22:03:41 -0500 Subject: [PATCH] Another commit to perhaps fix this travis issue... ugh. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4d80deed5..8c9daaa1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ script: export MASON_NAME=mapnik; export MASON_VERSION=latest; export MASON_LIB_FILE=lib/libmapnik-wkt.a; - source ./.mason.sh; + source ./.mason/mason.sh; ./configure PREFIX=${MASON_PREFIX} PATH_REPLACE='' MAPNIK_BUNDLED_SHARE_DIRECTORY=True; else ./configure;