aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Amland <thomas.amland@gmail.com>2016-02-05 13:42:09 +0100
committerThomas Amland <thomas.amland@gmail.com>2016-02-05 13:42:09 +0100
commite9d32cc1e29ad3166c882f283ae379c1b5af0cf8 (patch)
tree96fbb05f86ea002aecc781e24093d25d17f089f6 /.travis.yml
parente95c344be86287e149f5905e41255b0b9e79fdd8 (diff)
[travis] build and run tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b6ec1514e7..0f0c37fc43 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -81,7 +81,10 @@ before_script:
# Actually build
#
-script: make -j3
+script:
+ - make -j3
+ - make testsuite
+ - ./kodi-test
# Disable annoying emails
#