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

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

[elpa] 04/28: Remove the "download ERT" logic; should be unused at this


From: Dmitry Gutov
Subject: [elpa] 04/28: Remove the "download ERT" logic; should be unused at this point
Date: Wed, 27 Aug 2014 01:26:20 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 47a4acf4b910944bd6af2dbcdbd590b86e1ac711
Author: Dmitry Gutov <address@hidden>
Date:   Thu Jul 31 19:46:17 2014 +0300

    Remove the "download ERT" logic; should be unused at this point
---
 .travis.yml |    3 ---
 Makefile    |    6 ------
 2 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 11d7fd4..ed76f79 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,5 @@ install:
         sudo apt-get install -qq emacs-snapshot;
     fi
 
-before_script:
-  make downloads
-
 script:
   make test-batch EMACS=${EMACS}
diff --git a/Makefile b/Makefile
index 4d7a9ad..c52be4b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,4 @@
 EMACS=emacs
-CURL=curl --silent
-ERT_URL=http://git.savannah.gnu.org/cgit/emacs.git/plain/lisp/emacs-lisp/ert.el?h=emacs-24.3
 
 .PHONY: ert test test-batch
 
@@ -29,9 +27,5 @@ test-batch:
        ${EMACS} -Q --batch -L . -l company-tests.el -l company-elisp-tests.el \
        --eval "(ert-run-tests-batch-and-exit '(not (tag interactive)))"
 
-downloads:
-       ${EMACS} -Q --batch -l ert || \
-       ${CURL} ${ERT_URL} > ert.el
-
 compile:
        ${EMACS} -Q --batch -L . -f batch-byte-compile company.el company-*.el



reply via email to

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