emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/multiple-cursors 6745142 250/434: Move from Carton to Cask


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 6745142 250/434: Move from Carton to Cask
Date: Sat, 7 Aug 2021 09:20:36 -0400 (EDT)

branch: elpa/multiple-cursors
commit 6745142d87a29e5592c255bd930472b10bd3071d
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    Move from Carton to Cask
---
 .travis.yml    | 6 +++---
 Carton => Cask | 2 +-
 README.md      | 4 ++--
 run-tests.sh   | 3 +--
 4 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b35b499..0cd9d85 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,9 @@ before_install:
       sudo apt-get install -qq
           emacs24 emacs24-el emacs24-common-non-dfsg;
     fi
-  - curl -fsSkL https://raw.github.com/rejeep/carton/master/go | sh
-  - export PATH="/home/travis/.carton/bin:$PATH"
-  - carton
+  - curl -fsSkL https://raw.github.com/rejeep/cask.el/master/go | sh
+  - export PATH="/home/travis/.cask/bin:$PATH"
+  - cask
 env:
   - EMACS=emacs24 TAGS=""
 script:
diff --git a/Carton b/Cask
similarity index 70%
rename from Carton
rename to Cask
index 0e5eeb7..e885be8 100644
--- a/Carton
+++ b/Cask
@@ -1,4 +1,4 @@
-(source "melpa" "http://melpa.milkbox.net/packages/";)
+(source melpa)
 
 (package-file "multiple-cursors.el")
 
diff --git a/README.md b/README.md
index 3437f23..b4c50ad 100644
--- a/README.md
+++ b/README.md
@@ -153,11 +153,11 @@ You'll find the repo at:
     https://github.com/magnars/multiple-cursors.el
 
 To fetch the test dependencies, install
-[carton](https://github.com/rejeep/carton) if you haven't already,
+[cask](https://github.com/rejeep/cask.el) if you haven't already,
 then:
 
     $ cd /path/to/multiple-cursors
-    $ carton
+    $ cask
 
 Run the tests with:
 
diff --git a/run-tests.sh b/run-tests.sh
index f0a3eca..4986fec 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -1,3 +1,2 @@
 #!/bin/sh -e
-ECUKES=$(find elpa/ecukes-*/ecukes | tail -1)
-carton exec "$ECUKES" "$@"
+cask exec ecukes "$@"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]