Updated travis stuff again because I forgot a semicolon.

This commit is contained in:
Blake Thompson 2015-03-11 13:52:16 -05:00
parent fffe156674
commit 3f814014fe

View File

@ -45,4 +45,4 @@ script:
- git clone --depth=1 https://github.com/mapbox/mapnik-test-data tests/data/mapnik-test-data
- make test
- if [[ ${COVERAGE} == true ]]; then cpp-coveralls --exclude benchmark --exclude deps --exclude scons --exclude tests --exclude demo --exclude docs --exclude fonts --exclude utils; fi;
- if [[ ${COVERAGE} != true ]]; then make bench fi;
- if [[ ${COVERAGE} != true ]]; then make bench; fi;