aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-05-10 07:52:36 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-05-10 07:52:36 +0200
commit65286e60284f0fa05e8d1916426f180ab6a60b60 (patch)
treee5de491a95e542dc41c2a2bc0a6a6b02464bfd68 /Makefile
parenta1fcf17883209ee4f3c7defaaa00676cb902c718 (diff)
downloadsoria-65286e60284f0fa05e8d1916426f180ab6a60b60.tar.gz
soria-65286e60284f0fa05e8d1916426f180ab6a60b60.zip
ci: git-validation can go suck an egg
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 5e27e1d..724c9c2 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ $(OBJECTS): %.elc: %.el
ci: version all
.PHONY: test
-test: lint git-validation checkdoc load-test
+test: lint checkdoc load-test
# Maybe it would've been nicer to use Cask or something like that, but it
# doesn't have too many dependencies so it should be fine for now.
@@ -70,14 +70,6 @@ fix-stdlib-changes:
lint: vendor fix-stdlib-changes
@$(BATCH) -l elisp-lint.el -f elisp-lint-files-batch $(ELS)
-.PHONY: git-validation
-git-validation:
-ifeq (, $(shell which git-validation 2> /dev/null))
- @echo "You don't have 'git-validation' installed, consider installing it (see the CONTRIBUTING.org file)."
-else
- @git-validation -q -range 7d38ca68163c..HEAD -travis-pr-only=false
-endif
-
.PHONY: load-test
load-test:
@$(BATCH) -nw --load soria-theme.el \