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.