mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Move from Carton to Cask
This commit is contained in:
parent
47e03d54f4
commit
6745142d87
@ -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:
|
||||
|
@ -1,4 +1,4 @@
|
||||
(source "melpa" "http://melpa.milkbox.net/packages/")
|
||||
(source melpa)
|
||||
|
||||
(package-file "multiple-cursors.el")
|
||||
|
@ -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:
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
#!/bin/sh -e
|
||||
ECUKES=$(find elpa/ecukes-*/ecukes | tail -1)
|
||||
carton exec "$ECUKES" "$@"
|
||||
cask exec ecukes "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user