From e29be4b7119cf37f35d35067e9d8043383016b55 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Tue, 6 Aug 2013 17:24:32 +0100 Subject: [PATCH] Use cask instead of carton for travis build --- .travis.yml | 6 +++--- run-travis-ci.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a5b474a..131b20d5 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/master/go | sh + - export PATH="/home/travis/.cask/bin:$PATH" + - cask env: #- EMACS=emacs - EMACS=emacs24 diff --git a/run-travis-ci.sh b/run-travis-ci.sh index c52bac1a..c50d8954 100755 --- a/run-travis-ci.sh +++ b/run-travis-ci.sh @@ -11,4 +11,4 @@ echo "$ECUKES_EMACS" --batch --eval "(unless (ignore-errors (require 'cl-lib)) (package-refresh-contents) (package-install 'cl-lib))" -carton exec $(find elpa/ecukes-*/ecukes | tail -1) +cask exec $(find elpa/ecukes-*/ecukes | tail -1)