Install MongoDB 3.0 before running tests

This commit is contained in:
Michael Klishin 2015-09-25 01:45:38 +03:00
parent f24ee77730
commit 4e9f041ce9

View file

@ -1,6 +1,7 @@
language: clojure
lein: lein2
before_script:
- ./bin/ci/install_mongodb.sh
- mongod --version
- ./bin/ci/before_script.sh
script: lein2 do clean, javac, test