3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

Fix makefile / Travis

This commit is contained in:
Daniel Oaks 2018-01-07 13:20:05 +10:00
parent 3b3c1c733a
commit 2b383145e5

View File

@ -9,6 +9,9 @@ clean:
build:
goreleaser --snapshot --rm-dist
deps:
git submodule update --init
test:
cd irc && go test .
cd irc && go vet .