mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-13 07:29:30 +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
|
||||
|
||||
script: make
|
||||
script:
|
||||
- make
|
||||
- make test
|
||||
|
Loading…
Reference in New Issue
Block a user