branch: elpa/logview
commit 174832be52e106f8d16abe169b9a5ced8162e8ce
Author: Paul Pogonyshev <pogonys...@gmail.com>
Commit: Paul Pogonyshev <pogonys...@gmail.com>

    Use `evm' for Travis CI testing instead of hunting for PPAs.
---
 .travis.yml | 21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 255ef69857..d29741e502 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,19 +1,16 @@
 language: emacs-lisp
 
-before_install:
-  # For Emacs 24.
-  - sudo add-apt-repository ppa:fryda.tomas/emacs -y
-  # For Emacs 25.
-  - sudo add-apt-repository ppa:kelleyk/emacs -y
-  # For snapshot builds.
-  - sudo add-apt-repository ppa:ubuntu-elisp/ppa -y
-  - sudo apt-get update -q
-  - sudo apt-get install -q -y ${EMACS}
+install:
+  - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > 
travis.sh && source ./travis.sh
+  - evm install $EVM_EMACS --use --skip
 
 env:
-  - EMACS=emacs24
-  - EMACS=emacs25
-  - EMACS=emacs-snapshot
+  - EVM_EMACS=emacs-24.4-travis
+  - EVM_EMACS=emacs-24.5-travis
+  - EVM_EMACS=emacs-25.1-travis
+  - EVM_EMACS=emacs-25.2-travis
+  - EVM_EMACS=emacs-25.3-travis
+  - EVM_EMACS=emacs-26.1-travis
 
 script:
   - echo "(add-to-list 'package-archives '(\"melpa\" . 
\"http://stable.melpa.org/packages/\";) t)" >> ./local-environment.el

Reply via email to