Skip to content

Commit 76fb0f9

Browse files
committed
FIX build Travis
Signed-off-by: Nicolas Lamirault <[email protected]>
1 parent b2f5c12 commit 76fb0f9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ env:
3232
- EMACS=emacs24
3333
- EMACS=emacs-snapshot
3434
script:
35-
- make ci
35+
- make test

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,6 @@ package: clean pkg-el
8282
gzip $(ARCHIVE)
8383
rm -fr dist
8484

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-
9285
%.elc : %.el
9386
@$(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch \
9487
$(EMACSFLAGS) \

0 commit comments

Comments
 (0)