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
+3 -1
View File
@@ -2,4 +2,6 @@ language: go
install: make deps
script: make
script:
- make
- make test