From charlesreid1

Revision as of 05:47, 13 November 2017 by Admin (talk | contribs) (Created page with "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 Dock...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.