From 47a4acf4b910944bd6af2dbcdbd590b86e1ac711 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Thu, 31 Jul 2014 19:46:17 +0300 Subject: [PATCH] Remove the "download ERT" logic; should be unused at this point --- .travis.yml | 3 --- Makefile | 6 ------ 2 files changed, 9 deletions(-) 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 -- 2.39.2