Initial code drop.

This commit is contained in:
Jocelyn Le Sage 2018-02-14 20:32:28 -05:00
commit 1447b6640a
15 changed files with 685 additions and 0 deletions

18
.travis.yml Normal file
View file

@ -0,0 +1,18 @@
#
# Travis CI recipe to build docker image.
#
sudo: required
language: generic
services:
- docker
before_script:
- echo "Validating Dockerfile..."
- docker run --rm -v "$(pwd)/Dockerfile:/Dockerfile:ro" redcoolbeans/dockerlint:0.2.0
script:
- echo "Starting build of Docker image..."
- docker build --no-cache --pull -t $TRAVIS_REPO_SLUG:$TRAVIS_JOB_ID .