From e4b117f43574809b70a7defe084743eecf3f95cb Mon Sep 17 00:00:00 2001 From: Florian Ludwig Date: Wed, 14 Sep 2016 17:36:26 +0200 Subject: [PATCH] Actually travis is used https://travis-ci.org/pricingassistant/mrq --- docs/tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tests.md b/docs/tests.md index d348073d..2f53973b 100644 --- a/docs/tests.md +++ b/docs/tests.md @@ -2,7 +2,7 @@ MRQ provides a [comprehensive test suite](https://github.com/pricingassistant/mrq/tree/master/tests). The goal is to test all edge cases in order to build a trusted foundation for running distributed code. -Testing is done inside a Docker container for maximum repeatability. We don't use Travis-CI or friends because we need to be able to kill our process dependencies (MongoDB, Redis, ...) on demand. +Testing is done inside a Docker container for maximum repeatability. Therefore you need to [install docker](https://www.docker.io/gettingstarted/#h_installation) to run the tests. If you're not on an os that supports natively docker, don't forget to start up your VM and ssh into it. @@ -16,4 +16,4 @@ You can also open a shell inside the docker (just like you would enter in a virt ``` $ make docker $ make ssh -``` \ No newline at end of file +```