]> source.dussan.org Git - gitea.git/commitdiff
Remove stale rule from Makefile (#1782)
authorEthan Koenig <etk39@cornell.edu>
Thu, 25 May 2017 00:53:03 +0000 (20:53 -0400)
committerLunny Xiao <xiaolunwen@gmail.com>
Thu, 25 May 2017 00:53:03 +0000 (08:53 +0800)
Makefile

index d39e51830dbbee3201cd9614097b59dd718bf841..e4927aa25407abe1b0db70c83d05b7246919020b 100644 (file)
--- 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)