mapbox / carto

fast CSS-like map stylesheets
https://cartocss.readthedocs.io/
Apache License 2.0
652 stars 129 forks source link

Travis failures #449

Closed springmeyer closed 7 years ago

springmeyer commented 8 years ago
1) JS linting eslint should have no errors in lib:
     Error: timeout of 2000ms exceeded. Ensure the done() callback is being called in this test.

@nebulon42 looks like you added this test: https://github.com/mapbox/carto/commit/1421611d619e093af463bdc09a88683aa5249ca9. Can you think through a solution such that travis runs stay green? I presume the problem is that linking takes too long on the slow travis machines.

Possible solutions I see:

nebulon42 commented 8 years ago

Right, I'll have a look.