mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Use cask instead of carton for travis build
This commit is contained in:
parent
5fe452e18e
commit
e29be4b711
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue