branch: master
commit 611bd9447b167f6d912c345953e7434cf47cc10d
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Switch from Carton to Cask
Carton was renamed to Cask.
---
.gitignore | 1 +
Carton | 4 ----
Cask | 4 ++++
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index 0b38301..637d268 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
/missing
/script
/README
+/.cask/
diff --git a/Carton b/Carton
deleted file mode 100644
index b039f40..0000000
--- a/Carton
+++ /dev/null
@@ -1,4 +0,0 @@
-(source "melpa" "http://melpa.milkbox.net/packages/")
-
-(package "test-simple" "0.2.1"
- "Unit tests for GNU emacs that work interactively and in batch")
diff --git a/Cask b/Cask
new file mode 100644
index 0000000..ee870dc
--- /dev/null
+++ b/Cask
@@ -0,0 +1,4 @@
+(source gnu)
+(source melpa)
+
+(package-file "test-simple.el")