-
Notifications
You must be signed in to change notification settings - Fork 819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some Travis checks are failing #2372
Comments
From The test is adding |
Thanks @StyXman! |
@StyXman the |
Speaking of Travis tests: is there a specific reason why still 0.12.1 is used for Carto? Is that the live version? IMO it should be replaced with the latest version but targeting a specific Mapnik API version. This is now possible (since 0.16) with: -a / --api VERSION - Specify Mapnik API version (e.g. --api 3.0.10) (default: 2.3.0) |
I think we're ready to drop MML, so 0.16.x would be necessary (live version is currently 0.16.3). It would probably also mean more changes in |
If you look inside Travis tests, like this:
https://travis-ci.org/gravitystorm/openstreetmap-carto/builds/162536783
there are multiple errors like:
Error: placenames.mss:65:4 Unrecognized rule: shield-margin
or
-:1: parser error : Document is empty
Yet the "build exited with 0".
Is it expected behavior and should ignored or there's something wrong under the hood and some action is needed?
The text was updated successfully, but these errors were encountered: