Skip to content

Commit

Permalink
Actually travis is used
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLudwig authored Sep 14, 2016
1 parent 2adc441 commit e4b117f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
```
```

0 comments on commit e4b117f

Please sign in to comment.