branch: externals/ruby-end
commit 95544f5e9e4120d124331bded8b16db91d075c09
Author: Johan Andersson <johan.rej...@gmail.com>
Commit: Johan Andersson <johan.rej...@gmail.com>

    Update Travis config
---
 .travis.yml | 26 ++++++++------------------
 1 file changed, 8 insertions(+), 18 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b7fdcc560b..eaa56baa44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,23 +1,13 @@
 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 | sh
-  - export PATH="/home/travis/.cask/bin:$PATH"
+  - curl -fsSkL https://gist.github.com/rejeep/7736123/raw > travis.sh && 
source ./travis.sh
+  - evm install $EVM_EMACS --use --skip
   - cask
 env:
-  - EMACS=emacs23
-  - EMACS=emacs24
-  - EMACS=emacs-snapshot
+  - EVM_EMACS=emacs-24.1-bin
+  - EVM_EMACS=emacs-24.2-bin
+  - EVM_EMACS=emacs-24.3-bin
+  - EVM_EMACS=emacs-24.4-bin
 script:
-  - make test
+  - emacs --version
+  - make test
\ No newline at end of file

Reply via email to