UGH A BRACKET I HAVENT SEEN

This commit is contained in:
Blake Thompson 2015-04-28 22:14:35 -05:00
parent a31d5ec19d
commit 9d34b71cc7

View file

@ -60,7 +60,7 @@ script:
- source bootstrap.sh
- if [[ ${COVERAGE} == true ]]; then
./configure CUSTOM_LDFLAGS='--coverage' CUSTOM_CXXFLAGS='--coverage' CUSTOM_CFLAGS='--coverage' DEBUG=True;
elif [[ ${MASON_PUBLISH == true]]; then
elif [[ ${MASON_PUBLISH} == true]]; then
export MASON_NAME=mapnik;
export MASON_VERSION=latest;
export MASON_LIB_FILE=lib/libmapnik-wkt.a;