rastapasta / mapscii

🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows

Repository from Github https://github.comrastapasta/mapsciiRepository from Github https://github.comrastapasta/mapscii

Add continous integration testing

jaller94 opened this issue · comments

I would like to add Travis CI for running Jest tests, ideally with a coverage report.

As I do not have any experience with Travis CI yet, I am looking for help for an initial setup.

The current status is that I authorized Travis CI to read my repositories and I am looking to read the documentation.

I read that there is a cache property similar to the one in GitLab CI. I assume the folder node_modules can safely be added to the cache to reduce the setup time.