travis: Also run Go tests where they exist, when running through Travis

This commit is contained in:
Daniel Oaks 2017-07-26 08:04:23 +10:00
parent 73703be181
commit 470fc2a469
2 changed files with 6 additions and 1 deletions

View File

@ -2,4 +2,6 @@ language: go
install: make deps
script: make
script:
- make
- make test

View File

@ -49,3 +49,6 @@ arm6:
deps:
go get -v -d
test:
cd irc && go test .