roboconf / roboconf-system-installers

System installers for Roboconf
Apache License 2.0
1 stars 1 forks source link

Write validation tests #17

Closed vincent-zurczak closed 8 years ago

vincent-zurczak commented 8 years ago

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.