Remove stale rule from Makefile (#1782)

This commit is contained in:
Ethan Koenig 2017-05-24 20:53:03 -04:00 committed by Lunny Xiao
parent ff96bda138
commit cb74f1b84d
1 changed files with 0 additions and 5 deletions

View File

@ -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)