emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode f6ebcbd 400/486: Update travis scripts to use EV


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode f6ebcbd 400/486: Update travis scripts to use EVM
Date: Sat, 7 Aug 2021 09:26:01 -0400 (EDT)

branch: elpa/rust-mode
commit f6ebcbdc9ec22af4e97c9545dc245257737db029
Author: Phillip Lord <phillip.lord@russet.org.uk>
Commit: Phillip Lord <phillip.lord@russet.org.uk>

    Update travis scripts to use EVM
    
    Add all versions of Emacs 25 to 26
---
 .travis.yml | 26 ++++++++------------------
 1 file changed, 8 insertions(+), 18 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2b6e3fb..09000e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,25 +1,15 @@
 language: generic
 
 env:
-  matrix:
-    - EMACS=emacs24
-    - EMACS=emacs-snapshot
-
+ - EVM_EMACS=emacs-25.1-travis
+ - EVM_EMACS=emacs-25.2-travis
+ - EVM_EMACS=emacs-25.3-travis
+ - EVM_EMACS=emacs-26.1-travis
+ - EVM_EMACS=emacs-26.2-travis
+ - EVM_EMACS=emacs-git-snapshot-travis
 install:
-  - if [ "$EMACS" = 'emacs24' ]; then
-       sudo add-apt-repository -y ppa:cassou/emacs &&
-       sudo apt-get -qq update &&
-       sudo apt-get -qq -f install &&
-       sudo apt-get -qq install emacs24 emacs24-el;
-    fi
-  - if [ "$EMACS" = 'emacs-snapshot' ]; then
-       sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
-       sudo apt-get -qq update &&
-       sudo apt-get -qq -f install &&
-       sudo apt-get -qq install emacs-snapshot &&
-       sudo apt-get -qq install emacs-snapshot-el;
-    fi
-
+  - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > 
travis.sh && source ./travis.sh
+  - evm install $EVM_EMACS --use --skip
 script:
   - ./run_rust_emacs_tests.sh
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]