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

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

[nongnu] elpa/evil-matchit 8c8c94bea8 231/244: fixed ci


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit 8c8c94bea8 231/244: fixed ci
Date: Thu, 6 Jan 2022 02:59:04 -0500 (EST)

branch: elpa/evil-matchit
commit 8c8c94bea899718f393ad041202a355e6f24ea19
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    fixed ci
---
 .travis.yml                 | 2 +-
 tests/evil-matchit-tests.el | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4715296fa6..4abcb35cf8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ env:
   - EMACS_CI=emacs-25-1
   - EMACS_CI=emacs-26-3
   - EMACS_CI=emacs-27-1
-  - EMACS_CI=emacs-snapshot
+  # - EMACS_CI=emacs-snapshot # wait evil 1.15.0
 
 install:
   - bash <(curl 
https://raw.githubusercontent.com/purcell/nix-emacs-ci/master/travis-install)
diff --git a/tests/evil-matchit-tests.el b/tests/evil-matchit-tests.el
index f1e9a8f56f..90c83ae586 100644
--- a/tests/evil-matchit-tests.el
+++ b/tests/evil-matchit-tests.el
@@ -503,5 +503,6 @@
     (should (string= "#+begin_quote" (evilmi-sdk-curline)))
 
     (should (eq major-mode 'org-mode))))
+
 (ert-run-tests-batch-and-exit)
 ;;; evil-matchit-tests.el ends here



reply via email to

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