add note to run before_script before tests, remove MongoDB version, fix Leiningen link
This commit is contained in:
parent
5f53732719
commit
286493463b
1 changed files with 5 additions and 4 deletions
|
|
@ -1,10 +1,11 @@
|
|||
## Pre-requisites
|
||||
|
||||
The project uses [Leiningen 2](https://leiningen.org) and requires MongoDB `2.4+` to be running
|
||||
locally. Make
|
||||
sure you have those two installed and then run tests against all supported Clojure versions using
|
||||
The project uses [Leiningen 2](http://leiningen.org) and requires a recent MongoDB to be running
|
||||
locally. Make sure you have those two installed and then run tests against all supported Clojure versions using
|
||||
|
||||
./bin/ci/before_script.sh
|
||||
lein all do clean, javac, test
|
||||
|
||||
lein2 all test
|
||||
|
||||
## Pull Requests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue