Travis/Local
From charlesreid1
This page covers notes on running local Travis tests (replicating the Travis environment on your local machine).
Setup
The Travis environment can be replicated with a Docker image. The docker image is travisci/ci-garnet and there is no latest tag.
Go to this page: https://hub.docker.com/r/travisci/ci-garnet/tags/
Click the "Tags" tab
Do a docker pull like this:
docker pull travisci/ci-garnet:packer-1510529493-6aa37a4
where the packer part comes from the latest tag.