libpostal icon indicating copy to clipboard operation
libpostal copied to clipboard

[docs] fix minor typo

Open missinglink opened this issue 7 years ago • 2 comments

fix minor typo

missinglink avatar Apr 12 '18 14:04 missinglink

the units tests seem to be failing for an unrelated issue.

missinglink avatar Apr 13 '18 10:04 missinglink

Hm, the builds have been spotty since moving the models from Mapzen's S3 buckets to Github. Suspect it has something to do with using the Github API rather than curl to get the last updated timestamps. It's unauthenticated so that might be a no-no on shared Travis instances which may also be using the API in ways that are outside of our control.

Now that everything's on Github we might want to make every model update (dictionary changes, etc. which build automatically on Travis) push a new release and then use an in-repo file to track which version of the model is currently being used.

albarrentine avatar Apr 13 '18 17:04 albarrentine