diff --git a/.travis.yml b/.travis.yml index 4ca11c871b..dd6eb99a41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,7 +98,7 @@ before_script: script: - node-pre-gyp package testpackage - - if [[ ${COVERAGE} == true ]]; then cpp-coveralls --exclude node_modules --exclude tests --build-root build --gcov-options '\-lp' --exclude tools --exclude docs --exclude sdk --exclude build/Release/obj/gen; fi; + - if [[ ${COVERAGE} == true ]]; then cpp-coveralls --exclude node_modules --exclude tests --build-root build --gcov-options '\-lp' --exclude tools --exclude docs --exclude sdk --exclude build/Release/obj/gen --exclude src/mapnik_featureset.hpp --exclude src/mapnik_logger.hpp --exclude src/mapnik_image_view.hpp --exclude src/mapnik_geometry.hpp; fi; - if [[ ${PUBLISH_BINARY} == true ]]; then node-pre-gyp publish; fi; - if [[ ${REPUBLISH_BINARY} == true ]]; then node-pre-gyp unpublish && node-pre-gyp publish; fi; - if [[ ${PUBLISH_BINARY} == true ]] || [[ ${REPUBLISH_BINARY} == true ]]; then node-pre-gyp info; rm -rf {build,lib/binding}; node-pre-gyp install; npm test; fi diff --git a/src/mapnik_image_view.hpp b/src/mapnik_image_view.hpp index 72d68805c5..92fd784eb8 100644 --- a/src/mapnik_image_view.hpp +++ b/src/mapnik_image_view.hpp @@ -43,7 +43,6 @@ class ImageView: public node::ObjectWrap { static NAN_METHOD(getPixel); ImageView(Image * JSImage); - inline image_view_ptr get() { return this_; } private: ~ImageView();