Closed
Description
Our Travis file got more complex over time. Also some of the tests run directly on Travis host, making it difficult to reproduce some glitches locally.
I'd like to improve that by relying more on Docker and Makefile.
The idea would be run tests as much as possible on a Docker container, but also using Makefile. That way command being triggered on Travis should be exactly the same as the one running in local testing.