]> code.delx.au - gnu-emacs-elpa/commitdiff
Remove the "download ERT" logic; should be unused at this point
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 31 Jul 2014 16:46:17 +0000 (19:46 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 31 Jul 2014 16:46:17 +0000 (19:46 +0300)
.travis.yml
Makefile

index 11d7fd48291546a4008079bf1797ab5b00589cd8..ed76f790add7a41d280d682e53c46e8acfd0336b 100644 (file)
@@ -19,8 +19,5 @@ install:
         sudo apt-get install -qq emacs-snapshot;
     fi
 
-before_script:
-  make downloads
-
 script:
   make test-batch EMACS=${EMACS}
index 4d7a9ad1c3cbaac6d37483a9915e0d0671c5201e..c52be4be3873cffc3d0bd7d024d3cd3bb8d84baf 100644 (file)
--- 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