springernature / shunter

A Node.js application built to read JSON and translate it into HTML
GNU Lesser General Public License v3.0
237 stars 28 forks source link

Refactor the Makefile #181

Closed josebolos closed 6 years ago

josebolos commented 7 years ago

The current travis config in this repo (and other Springer Nature repos) has a few oddities due to the way the Makefile has been build. Travis doesn't use npm test or even make test to run the unit tests, so changes to those won't be reflected on Travis.

This issue is to track this changes. This is currently waiting for the result of the investigation in https://github.com/springernature/frontend-open-space/issues/15

josebolos commented 6 years ago

Last bit of work addressed in #241, closing this issue.