travis: add test and test-results actions

This commit is contained in:
Ralph Lange
2020-06-07 14:24:18 +02:00
parent be4674e641
commit 6ce24870e5
2 changed files with 4 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ install:
script:
- python cue.py build
- python cue.py test
- python cue.py test-results
# If you need to do more during install and build,
# add a local directory to your module and do e.g.