From charlesreid1

(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...")
 
No edit summary
Line 1: Line 1:
This page covers notes on running local Travis tests (replicating the Travis environment on your local machine).
This page covers notes on running local Travis tests (replicating the Travis environment on your local machine).
Guide here: https://github.com/erdc/proteus/wiki/Replicating-the-TravisCI-Environment-on-your-Local-Machine


=Setup=
=Setup=

Revision as of 05:49, 13 November 2017

This page covers notes on running local Travis tests (replicating the Travis environment on your local machine).

Guide here: https://github.com/erdc/proteus/wiki/Replicating-the-TravisCI-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.