summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohan Andersson <johan.rejeep@gmail.com>2013-12-01 17:25:32 +0100
committerJohan Andersson <johan.rejeep@gmail.com>2013-12-01 17:27:35 +0100
commitca09f839a0797bd1819512c887e7e9abef5719b1 (patch)
tree26557e1fa19a603f112be8ac079a43cd3275c0f2 /.travis.yml
parentbcb5ca081c75678fcfd1cf9b981460e033ddd966 (diff)
Use Evm on Travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml24
1 files changed, 8 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
index 125c597..ded215a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,23 +1,15 @@
language: emacs-lisp
before_install:
- - if [ "$EMACS" = 'emacs-snapshot' ]; then
- sudo add-apt-repository -y ppa:cassou/emacs &&
- sudo apt-get update -qq &&
- sudo apt-get install -qq
- emacs-snapshot-el emacs-snapshot-nox;
- fi
- - if [ "$EMACS" = 'emacs24' ]; then
- sudo add-apt-repository -y ppa:cassou/emacs &&
- sudo apt-get update -qq &&
- sudo apt-get install -qq
- emacs24 emacs24-el emacs24-common-non-dfsg;
- fi
- - curl -fsSkL https://raw.github.com/rejeep/cask.el/master/go | python
+ - curl -fsSkL https://gist.github.com/rejeep/7736123/raw | sh
- export PATH="/home/travis/.cask/bin:$PATH"
+ - export PATH="/home/travis/.evm/bin:$PATH"
+ - evm install $EVM_EMACS --use
- cask
env:
- - EMACS=emacs23
- - EMACS=emacs24
- - EMACS=emacs-snapshot
+ - EVM_EMACS=emacs-23.4-bin
+ - EVM_EMACS=emacs-24.1-bin
+ - EVM_EMACS=emacs-24.2-bin
+ - EVM_EMACS=emacs-24.3-bin
script:
+ - emacs --version
- make test