mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
travis: Also run Go tests where they exist, when running through Travis
This commit is contained in:
parent
73703be181
commit
470fc2a469
2 changed files with 6 additions and 1 deletions
|
|
@ -2,4 +2,6 @@ language: go
|
|||
|
||||
install: make deps
|
||||
|
||||
script: make
|
||||
script:
|
||||
- make
|
||||
- make test
|
||||
|
|
|
|||
3
Makefile
3
Makefile
|
|
@ -49,3 +49,6 @@ arm6:
|
|||
|
||||
deps:
|
||||
go get -v -d
|
||||
|
||||
test:
|
||||
cd irc && go test .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue