summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shepherd <davidshepherd7@gmail.com>2017-03-19 16:24:57 +0000
committerDavid Shepherd <davidshepherd7@gmail.com>2017-03-19 16:24:57 +0000
commit66b425127f67476bfcd67a23527a8bc334f638a4 (patch)
tree79efea85dacf4317b2ad66c8f44bc613287022ab
parentUpdate test (diff)
downloademacs-terminal-here-66b425127f67476bfcd67a23527a8bc334f638a4.tar.gz
Remove package-lint from default build target because it doesn't work on Travis
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1e5fd2..acbc9d4 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CASK ?= cask
package-lint:
cask exec $(EMACS) -Q --batch -l "package-lint.el" -f "package-lint-batch-and-exit" terminal-here.el
-build : package-lint
+build :
cask exec $(EMACS) -Q --batch --eval \
"(progn \
(setq byte-compile-error-on-warn t) \