Fix makefile / Travis

This commit is contained in:
Daniel Oaks 2018-01-07 13:20:05 +10:00
parent 3b3c1c733a
commit 2b383145e5
1 changed files with 3 additions and 0 deletions

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 .