diff options
| author | David Shepherd <davidshepherd7@gmail.com> | 2017-03-19 16:24:57 +0000 |
|---|---|---|
| committer | David Shepherd <davidshepherd7@gmail.com> | 2017-03-19 16:24:57 +0000 |
| commit | 66b425127f67476bfcd67a23527a8bc334f638a4 (patch) | |
| tree | 79efea85dacf4317b2ad66c8f44bc613287022ab | |
| parent | Update test (diff) | |
| download | emacs-terminal-here-66b425127f67476bfcd67a23527a8bc334f638a4.tar.gz | |
Remove package-lint from default build target because it doesn't work on Travis
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) \ |
