From: Dmitry Gutov Date: Thu, 31 Jul 2014 16:46:17 +0000 (+0300) Subject: Remove the "download ERT" logic; should be unused at this point X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/47a4acf4b910944bd6af2dbcdbd590b86e1ac711?ds=sidebyside Remove the "download ERT" logic; should be unused at this point --- diff --git a/.travis.yml b/.travis.yml index 11d7fd482..ed76f790a 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 4d7a9ad1c..c52be4be3 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