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

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

[nongnu] elpa/evil-nerd-commenter ce3530406c 201/235: fixed CI


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

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

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

diff --git a/.travis.yml b/.travis.yml
index db8181d002..76135791e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,18 +1,16 @@
-language: emacs-lisp
+language: nix
 
-env:
-  - 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
+os:
+  - linux
 
-before_install:
-  - git clone https://github.com/rejeep/evm.git $HOME/.evm
-  - export PATH=$HOME/.evm/bin:$PATH
+env:
+  - EMACS_CI=emacs-24-4
+  - EMACS_CI=emacs-25-3
+  - EMACS_CI=emacs-26-3
+  - EMACS_CI=emacs-snapshot
 
-  - evm config path /tmp
-  - evm install $EVM_EMACS --use --skip
+install:
+  - bash <(curl 
https://raw.githubusercontent.com/purcell/nix-emacs-ci/master/travis-install)
 
 script:
-  - make test
\ No newline at end of file
+  - bash <(make test)



reply via email to

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