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

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

[elpa] externals/lentic fe3efb4ef6 040/333: evm/cask install


From: ELPA Syncer
Subject: [elpa] externals/lentic fe3efb4ef6 040/333: evm/cask install
Date: Tue, 27 Feb 2024 12:59:59 -0500 (EST)

branch: externals/lentic
commit fe3efb4ef661a4485c84b27ea3be664c7e9975f8
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    evm/cask install
---
 .travis.yml | 25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 66ed949957..35e1128dcb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,19 +1,14 @@
 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-gtk emacs-snapshot;
-    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://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 --skip --use
+  - cask
 env:
-  - EMACS=emacs24
-  - EMACS=emacs-snapshot
+  - EVM_EMACS=emacs-24.1-bin
+  - EVM_EMACS=emacs-24.2-bin
+  - EVM_EMACS=emacs-24.3-bin
 script:
-  make test
\ No newline at end of file
+  - emacs --version
+  - make test
\ No newline at end of file



reply via email to

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