branch: elpa/jade-mode
commit fe250570ee020ee2b1cd6066d246b9a7fdd25693
Author: Travis Jefferson <[email protected]>
Commit: Travis Jefferson <[email protected]>
install cask in TCI setup, remove emacs 23 build
---
.travis.yml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index a6c03325f0..b218d954a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,10 @@
language: generic
+
env:
global:
- CURL=curl -fsSkL --retry 9 --retry-delay 9
matrix:
- - EMACS=emacs AKA=emacs23
+# - EMACS=emacs AKA=emacs23
- EMACS=emacs24
# - EMACS=emacs-snapshot
# matrix:
@@ -13,6 +14,11 @@ before_install:
- sudo add-apt-repository -y ppa:cassou/emacs
- sudo apt-get update -qq
- sudo apt-get install -qq $EMACS
+ - curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
+ - export PATH="/home/travis/.cask/bin:$PATH"
+ - cask install
+ - which cask
+ - cask --version
install:
- if test $EMACS = emacs; then
$CURL
https://raw.githubusercontent.com/ohler/ert/fb3c278d/lisp/emacs-lisp/ert.el -o
ert.el;