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

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

[nongnu] elpa/evil-nerd-commenter 27d8fe0bf0 194/235: fixed CI


From: ELPA Syncer
Subject: [nongnu] elpa/evil-nerd-commenter 27d8fe0bf0 194/235: fixed CI
Date: Thu, 6 Jan 2022 02:59:47 -0500 (EST)

branch: elpa/evil-nerd-commenter
commit 27d8fe0bf0111d13dbc6c3fdde95ef4e2f2733ef
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    fixed CI
---
 .travis.yml | 36 ++++++++++++------------------------
 1 file changed, 12 insertions(+), 24 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 09ff39cc7c..db8181d002 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,30 +1,18 @@
-language: generic
+language: emacs-lisp
 
 env:
-  global:
-    - CURL="curl -fsSkL --retry 9 --retry-delay 9"
-  matrix:
-  - EMACS_VERSION=24.4
-  - EMACS_VERSION=24.5
-  - EMACS_VERSION=25.3
-  - EMACS_VERSION=26.1
-  - EMACS_VERSION=master
+  - EVM_EMACS=emacs-24.4-travis
+  - EVM_EMACS=emacs-24.5-travis
+  - EVM_EMACS=emacs-25.3-travis
+  - EVM_EMACS=emacs-26.2-travis
+  - EVM_EMACS=emacs-git-snapshot-travis
 
-matrix:
-  allow_failures:
-    - env: EMACS_VERSION=master
+before_install:
+  - git clone https://github.com/rejeep/evm.git $HOME/.evm
+  - export PATH=$HOME/.evm/bin:$PATH
 
-install:
-  - $CURL -O 
https://github.com/npostavs/emacs-travis/releases/download/bins/emacs-bin-${EMACS_VERSION}.tar.gz
-  - tar -xaf emacs-bin-${EMACS_VERSION}.tar.gz -C /
-  - export EMACS=/tmp/emacs/bin/emacs
+  - evm config path /tmp
+  - evm install $EVM_EMACS --use --skip
 
 script:
-  - $EMACS --version
-  - emacs=$EMACS make test
-
-notifications:
-  email:
-    # Default is change, but that includes a new branch's 1st success.
-    on_success: never
-    on_failure: always
+  - make test
\ No newline at end of file



reply via email to

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