mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-11 15:23:31 -07:00
travis: Also run Go tests where they exist, when running through Travis
This commit is contained in:
+3
-1
@@ -2,4 +2,6 @@ language: go
|
||||
|
||||
install: make deps
|
||||
|
||||
script: make
|
||||
script:
|
||||
- make
|
||||
- make test
|
||||
|
||||
Reference in New Issue
Block a user