Most of the verifications we make when building a package could be automated with scripts.
So, we could run verifications through scripts files, all of this running in Docker containers.
See https://docs.travis-ci.com/user/docker/ to see how one can run Docker containers on Travis.
Obviously, such tests should also run locally, provided that Docker is installed.
Most of the verifications we make when building a package could be automated with scripts. So, we could run verifications through scripts files, all of this running in Docker containers.
See https://docs.travis-ci.com/user/docker/ to see how one can run Docker containers on Travis. Obviously, such tests should also run locally, provided that Docker is installed.