From 286493463b4544e93058139ffb0583a568cbc763 Mon Sep 17 00:00:00 2001 From: Tommi Reinikainen Date: Fri, 25 Sep 2015 10:03:28 +0300 Subject: [PATCH] add note to run before_script before tests, remove MongoDB version, fix Leiningen link --- CONTRIBUTING.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e50cc51..6390f13 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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