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

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

[nongnu] elpa/highlight-parentheses f918444 18/49: Fix elisp-lint downlo


From: ELPA Syncer
Subject: [nongnu] elpa/highlight-parentheses f918444 18/49: Fix elisp-lint download URL.
Date: Sun, 15 Aug 2021 03:57:45 -0400 (EDT)

branch: elpa/highlight-parentheses
commit f918444ca09245a8ca61d290d28a6f427990692d
Author: Nikolaj Schumacher <git@nschum.de>
Commit: Nikolaj Schumacher <git@nschum.de>

    Fix elisp-lint download URL.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 838c8a9..0e47902 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ install:
         sudo apt-get install -qq emacs-snapshot &&
         sudo apt-get install -qq emacs-snapshot-el emacs-snapshot-gtk;
     fi
-  - mkdir -p lib && curl 
https://raw.github.com/nschum/elisp-lint/stable/elisp-lint.el > 
lib/elisp-lint.el
+  - mkdir -p lib && curl 
https://raw.githubusercontent.com/nschum/elisp-lint/stable/elisp-lint.el > 
lib/elisp-lint.el
 
 script:
   $EMACS --version && $EMACS -Q --batch -l lib/elisp-lint.el -f 
elisp-lint-files-batch *.el



reply via email to

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