add docker tests

This commit is contained in:
David Newhall II
2019-06-14 00:35:45 -07:00
parent 457d930e49
commit de873f21e0
2 changed files with 6 additions and 1 deletions

View File

@@ -147,7 +147,7 @@ lint:
# Checking lint.
golangci-lint run $(GOLANGCI_LINT_ARGS)
# Deprecated.
# Used for Homebrew only. Other disros can create packages.
install: man readme $(BINARY)
@echo - Done Building! -
@echo - Local installation with the Makefile is only supported on macOS.