Updated Readme to include before-script.sh when running the tests
This commit is contained in:
parent
ebc01b3f54
commit
ee0c3dbede
1 changed files with 2 additions and 1 deletions
|
|
@ -109,7 +109,8 @@ Monger is part of the [group of Clojure libraries known as ClojureWerkz](http://
|
||||||
|
|
||||||
Monger uses [Leiningen 2](https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md). Make sure you have it installed and then run tests against
|
Monger uses [Leiningen 2](https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md). Make sure you have it installed and then run tests against
|
||||||
supported Clojure versions using
|
supported Clojure versions using
|
||||||
|
|
||||||
|
./bin/ci/before_script.sh
|
||||||
lein all do clean, javac, test
|
lein all do clean, javac, test
|
||||||
|
|
||||||
Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request
|
Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue