Skip to content

Commit 9282528

Browse files
authored
Merge pull request #128 from FlorianLudwig/patch-1
Actually travis is used
2 parents 2adc441 + e4b117f commit 9282528

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
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.
5+
Testing is done inside a Docker container for maximum repeatability.
66

77
Therefore you need to [install docker](https://www.docker.io/gettingstarted/#h_installation) to run the tests.
88
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
1616
```
1717
$ make docker
1818
$ make ssh
19-
```
19+
```

0 commit comments

Comments
 (0)