From 89e267ac0c11717f8c285b719bae1dbc8a3cc0a2 Mon Sep 17 00:00:00 2001 From: yaleman Date: Thu, 2 May 2019 11:57:38 +1000 Subject: [PATCH] added nginx build check and travis CI build status icon --- .travis.yml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 27b7762..0a8e73f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,4 @@ before_install: script: - docker-compose build + - docker-compose -f docker-compose-nginx.yml build diff --git a/README.md b/README.md index 1c594fc..9c026c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ MISP Docker =========== +https://travis-ci.org/yaleman/misp-docker.svg?branch=master + The files in this repository are used to create a Docker container running a [MISP](http://www.misp-project.org) ("Malware Information Sharing Platform") instance. I rewrote the Docker file to split the components in multiple containers (which is more in the philosophy of Docker). Therefore there is no longer a Dockerfile in the root directory.