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

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

[elpa] externals/test-simple ce6de04 4/4: Try to get TravisCI working ag


From: Stefan Monnier
Subject: [elpa] externals/test-simple ce6de04 4/4: Try to get TravisCI working again
Date: Tue, 16 Mar 2021 09:44:51 -0400 (EDT)

branch: externals/test-simple
commit ce6de04636e8d19ec84a475c03c0142b20a63de0
Author: rocky <rocky@gnu.org>
Commit: rocky <rocky@gnu.org>

    Try to get TravisCI working again
---
 run-travis-ci.sh | 3 +--
 test/Makefile.am | 3 ---
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/run-travis-ci.sh b/run-travis-ci.sh
index a17b3f9..b68dda7 100755
--- a/run-travis-ci.sh
+++ b/run-travis-ci.sh
@@ -17,5 +17,4 @@ echo "EMACS =" $(which $EMACS)
 $EMACS --version
 echo
 
-cask
-NO_CHECK_EMACS_PACKAGES=1 /bin/bash ./autogen.sh && cd test && make check-cask
+NO_CHECK_EMACS_PACKAGES=1 /bin/bash ./autogen.sh && cd test && make check
diff --git a/test/Makefile.am b/test/Makefile.am
index 0caa636..962c92f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -23,9 +23,6 @@ check: $(CHECK_FILES)
 check-short:
        $(MAKE) check 2>&1  | ruby ../make-check-filter.rb
 
-#: Run all tests via cask
-check-cask: $(EL_GET_CHECK_FILES)
-
 install-lispLISP: $(lisp_LISP) $(ELCFILES)
 
 test-%.run:



reply via email to

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