Numbertext / libnumbertext

Number to number name and money text conversion libraries in C++, Java, JavaScript and Python & LibreOffice Calc Extension
BSD 3-Clause "New" or "Revised" License
68 stars 46 forks source link

Add travis ci integration #25

Closed vmiklos closed 6 years ago

vmiklos commented 6 years ago

This is just the travis markup to get things going. If you like the idea of having CI for libnumbertext, then here is how you can turn it on after merging this pull request:

https://docs.travis-ci.com/user/getting-started

laszlonemeth commented 6 years ago

Thanks, Miklós! I like the idea, it would be useful for the checking of the language module. I plan to generate short test cases based on the Soros programs for manual checking by the language experts, and using this test cases in CI later.

vmiklos commented 6 years ago

https://travis-ci.org/Numbertext/libnumbertext this page can be used to verify if the travis registration happened to actually use the added travis config.