File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,5 @@ install:
19
19
sudo apt-get install -qq emacs-snapshot;
20
20
fi
21
21
22
- before_script :
23
- make downloads
24
-
25
22
script :
26
23
make test-batch EMACS=${EMACS}
Original file line number Diff line number Diff line change 1
1
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
4
2
5
3
.PHONY : ert test test-batch
6
4
@@ -29,9 +27,5 @@ test-batch:
29
27
${EMACS} -Q --batch -L . -l company-tests.el -l company-elisp-tests.el \
30
28
--eval " (ert-run-tests-batch-and-exit '(not (tag interactive)))"
31
29
32
- downloads :
33
- ${EMACS} -Q --batch -l ert || \
34
- ${CURL} ${ERT_URL} > ert.el
35
-
36
30
compile :
37
31
${EMACS} -Q --batch -L . -f batch-byte-compile company.el company-* .el
You can’t perform that action at this time.
0 commit comments