summaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2013-08-15 16:25:43 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2013-08-15 16:25:43 +0300
commit7a1ca0434574a0b75494d9284b9f0d9d023b0143 (patch)
tree65c7d35fe5c461bc9da653e42a5fc6f7e5a618db /Cask
parent73925f528db529513327fd6ccb1715663a739b69 (diff)
Simplify test infrastructure
* Manage dependencies with Cask * Add a Vagrantfile and a shell script for provisioning * Simplify Makefile * Add a script for running the tests in batch mode The one thing that remains to be done is to reintegrate the batch checkdoc check.
Diffstat (limited to 'Cask')
-rw-r--r--Cask6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cask b/Cask
new file mode 100644
index 00000000..8bc43e69
--- /dev/null
+++ b/Cask
@@ -0,0 +1,6 @@
+(source melpa)
+
+(package "nrepl" "2.0.0" "Emacs Lisp client for nREPL")
+
+(depends-on "clojure-mode" "2.0.0")
+(depends-on "dash" "1.6.0")