From cb74f1b84dff0099b3715329975621868c63c4a6 Mon Sep 17 00:00:00 2001 From: Ethan Koenig Date: Wed, 24 May 2017 20:53:03 -0400 Subject: [PATCH] Remove stale rule from Makefile (#1782) --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index d39e51830..e4927aa25 100644 --- a/Makefile +++ b/Makefile @@ -73,11 +73,6 @@ lint: fi for PKG in $(PACKAGES); do golint -set_exit_status $$PKG || exit 1; done; -.PHONY: integrations -integrations: TAGS=bindata sqlite -integrations: build - go test code.gitea.io/gitea/integrations - .PHONY: test test: go test $(PACKAGES)