From f918444ca09245a8ca61d290d28a6f427990692d Mon Sep 17 00:00:00 2001 From: Nikolaj Schumacher Date: Fri, 20 Jun 2014 21:18:18 +0200 Subject: [PATCH] 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