From 6745142d87a29e5592c255bd930472b10bd3071d Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Sun, 11 Aug 2013 21:18:04 +0200 Subject: [PATCH] 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(-) rename Carton => Cask (70%) 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 "$@"