mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
travis: Also run Go tests where they exist, when running through Travis
This commit is contained in:
parent
73703be181
commit
470fc2a469
@ -2,4 +2,6 @@ language: go
|
|||||||
|
|
||||||
install: make deps
|
install: make deps
|
||||||
|
|
||||||
script: make
|
script:
|
||||||
|
- make
|
||||||
|
- make test
|
||||||
|
Loading…
Reference in New Issue
Block a user