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

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

[elpa] externals/m-buffer 970b87f18d 093/115: Port tests to new travis i


From: ELPA Syncer
Subject: [elpa] externals/m-buffer 970b87f18d 093/115: Port tests to new travis infrastructure.
Date: Tue, 19 Jul 2022 15:58:51 -0400 (EDT)

branch: externals/m-buffer
commit 970b87f18d273807ee6036eae44ae67342c041a5
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    Port tests to new travis infrastructure.
---
 .travis.yml | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 52d1a41f9f..0dcdb05f8a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,16 @@
 language: emacs-lisp
-before_install:
-  - 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
+sudo: no
 env:
-  - EVM_EMACS=emacs-24.3-bin
-  - EVM_EMACS=emacs-24.4-bin
+  - EVM_EMACS=emacs-24.1-travis
+  - EVM_EMACS=emacs-24.2-travis
+  - EVM_EMACS=emacs-24.3-travis
+  - EVM_EMACS=emacs-24.4-travis
+  - EVM_EMACS=emacs-24.5-travis
+install:
+  - curl -fsSkL https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw >
+travis.sh && source ./travis.sh
+  - evm install $EVM_EMACS --use --skip
+  - cask
 script:
   - emacs --version
   - make
\ No newline at end of file



reply via email to

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