We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f5c12 commit 76fb0f9Copy full SHA for 76fb0f9
.travis.yml
@@ -32,4 +32,4 @@ env:
32
- EMACS=emacs24
33
- EMACS=emacs-snapshot
34
script:
35
- - make ci
+ - make test
Makefile
@@ -82,13 +82,6 @@ package: clean pkg-el
82
gzip $(ARCHIVE)
83
rm -fr dist
84
85
-.PHONY: ci
86
-ci : elpa
87
- @echo -e "$(OK_COLOR)[$(APP)] Unit tests with code coverage$(NO_COLOR)"
88
- $(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch \
89
- $(EMACSFLAGS) \
90
- -l test/run-tests
91
-
92
%.elc : %.el
93
@$(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch \
94
$(EMACSFLAGS) \
0 commit comments