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

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

[nongnu] elpa/toc-org 970560a874 069/128: fix travis build


From: ELPA Syncer
Subject: [nongnu] elpa/toc-org 970560a874 069/128: fix travis build
Date: Sun, 2 Jan 2022 09:59:10 -0500 (EST)

branch: elpa/toc-org
commit 970560a8743962f2eea4f57ad435c4a986a95f74
Author: Sergei Nosov <sergei.nosov@gmail.com>
Commit: Sergei Nosov <sergei.nosov@gmail.com>

    fix travis build
---
 .travis.yml | 2 +-
 toc-org.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d077baba19..1ea12320d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,4 +8,4 @@ before_install:
   - sudo apt-get update -qq
   - sudo apt-get install -qq -yy emacs24-nox emacs24-el
   - emacs --version
-script: emacs -batch -l ert -l *.el -l *-test.el -f 
ert-run-tests-batch-and-exit && emacs -batch -f batch-byte-compile *.el 2>&1 | 
sed -n '/Warning\|Error/p' | xargs -r ls
+script: emacs -batch -l ert -l toc-org.el -l toc-org-test.el -f 
ert-run-tests-batch-and-exit && emacs -batch -f batch-byte-compile toc-org.el 
2>&1 | sed -n '/Warning\|Error/p' | xargs -r ls
diff --git a/toc-org.el b/toc-org.el
index 1706f0ff02..368b7305e8 100644
--- a/toc-org.el
+++ b/toc-org.el
@@ -355,7 +355,7 @@ following tag formats:
     (toc-org-insert-toc t)))
 
 ;; Local Variables:
-;; compile-command: "emacs -batch -l ert -l *.el -l *-test.el -f 
ert-run-tests-batch-and-exit && emacs -batch -f batch-byte-compile *.el 2>&1 | 
sed -n '/Warning\|Error/p' | xargs -r ls"
+;; compile-command: "emacs -batch -l ert -l toc-org.el -l toc-org-test.el -f 
ert-run-tests-batch-and-exit && emacs -batch -f batch-byte-compile toc-org.el 
2>&1 | sed -n '/Warning\|Error/p' | xargs -r ls"
 ;; End:
 
 (provide 'toc-org)



reply via email to

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