add note to run before_script before tests, remove MongoDB version, fix Leiningen link

This commit is contained in:
Tommi Reinikainen 2015-09-25 10:03:28 +03:00
parent 5f53732719
commit 286493463b

View file

@ -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