aboutsummaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
authorJohnson Denen <johnson.denen@gmail.com>2017-04-22 22:33:58 -0400
committerJohnson Denen <johnson.denen@gmail.com>2017-04-23 11:09:06 -0400
commit949912d793cc8b80e6acb0978268405dc21a13e9 (patch)
tree4d07b4a0fb767810d35fbcdd83076c1e117794f8 /Cask
parente9dd14192f0e9f1e2367b378b937c2b2f042ffa1 (diff)
Use Cask to run tests in TravisCI
Diffstat (limited to 'Cask')
-rw-r--r--Cask9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cask b/Cask
new file mode 100644
index 0000000..82380d2
--- /dev/null
+++ b/Cask
@@ -0,0 +1,9 @@
+(source gnu)
+(source melpa)
+
+(package "mastodon" "0.4.2" "Emacs client for Mastodon")
+(files "lisp/*.el")
+
+(development
+ (depends-on "ert-runner")
+ (depends-on "el-mock"))