aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 80b34e4..d72482d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,13 @@ language: emacs
env:
- "EMACS=emacs24"
+before_install:
+ - curl -fsSkL https://gist.github.com/rejeep/7736123/raw | sh
+ - export PATH="/home/travis/.cask/bin:$PATH"
+ - cask info
+ - cask outdated
+ - cask install
+
install:
- if [ "$EMACS" = "emacs24" ]; then
sudo add-apt-repository -y ppa:cassou/emacs &&
@@ -12,4 +19,6 @@ install:
sudo apt-get -qq install emacs24-nox;
fi
-script: $EMACS -batch -L . -l ert -l tests.el -f ert-run-tests-batch-and-exit
+script:
+ - $EMACS --version
+ - $EMACS -batch -L . -l ert -l tests.el -f ert-run-tests-batch-and-exit