Use cask instead of carton for travis build

This commit is contained in:
Steve Purcell 2013-08-06 17:24:32 +01:00
parent 5fe452e18e
commit e29be4b711
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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)