Skip to content

Commit 47a4acf

Browse files
committed
Remove the "download ERT" logic; should be unused at this point
1 parent 8a70025 commit 47a4acf

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@ install:
1919
sudo apt-get install -qq emacs-snapshot;
2020
fi
2121

22-
before_script:
23-
make downloads
24-
2522
script:
2623
make test-batch EMACS=${EMACS}

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
EMACS=emacs
2-
CURL=curl --silent
3-
ERT_URL=http://git.savannah.gnu.org/cgit/emacs.git/plain/lisp/emacs-lisp/ert.el?h=emacs-24.3
42

53
.PHONY: ert test test-batch
64

@@ -29,9 +27,5 @@ test-batch:
2927
${EMACS} -Q --batch -L . -l company-tests.el -l company-elisp-tests.el \
3028
--eval "(ert-run-tests-batch-and-exit '(not (tag interactive)))"
3129

32-
downloads:
33-
${EMACS} -Q --batch -l ert || \
34-
${CURL} ${ERT_URL} > ert.el
35-
3630
compile:
3731
${EMACS} -Q --batch -L . -f batch-byte-compile company.el company-*.el

0 commit comments

Comments
 (0)