branch: externals/hydra
commit 0c5dcf7ab9002c1e93f04dd28f8b0c8e60f091bf
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    .travis.yml: Use EVM
---
 .travis.yml | 14 +++++++-------
 Makefile    |  1 -
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e97acdbfd6..baa4f7300f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,14 @@
 language: emacs-lisp
 env:
-  matrix:
-    - emacs=emacs24
-    - emacs=emacs-snapshot
+  - EVM_EMACS=emacs-24.5-travis
+  - EVM_EMACS=emacs-26.3-travis-linux-xenial
+  - EVM_EMACS=emacs-git-snapshot-travis-linux-xenial
 
 before_install:
-  - sudo add-apt-repository -y ppa:cassou/emacs
-  - sudo add-apt-repository -y ppa:ubuntu-elisp
-  - sudo apt-get update -qq
-  - sudo apt-get install -qq $emacs
+  - git clone https://github.com/rejeep/evm.git $HOME/.evm
+  - export PATH=$HOME/.evm/bin:$PATH
+  - evm config path /tmp
+  - evm install $EVM_EMACS --use --skip
 
 script:
   - make test
diff --git a/Makefile b/Makefile
index 13fd61887c..84c0a21c8b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
 emacs ?= emacs
-# emacs = emacs-24.3
 
 LOAD = -l lv.el -l hydra.el -l hydra-test.el
 

Reply via email to