summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohan Andersson <johan.rejeep@gmail.com>2013-08-07 10:08:49 +0200
committerJohan Andersson <johan.rejeep@gmail.com>2013-08-07 10:08:49 +0200
commitaa631465d0522856025726c50a25fc1bc6c455f2 (patch)
treeae561c1c44d07d612fc22e9908abafa83bed9176 /.travis.yml
parent1a199a5d68eb86207f2a6149677702cbabd5940e (diff)
Migrate from Carton to Cask.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index aa3f647..0c21fc1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,11 +12,11 @@ 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=emacs
+ - EMACS=emacs23
- EMACS=emacs24
# - EMACS=emacs-snapshot
script: