diff options
author | Thomas Amland <thomas.amland@gmail.com> | 2016-02-05 13:42:09 +0100 |
---|---|---|
committer | Thomas Amland <thomas.amland@gmail.com> | 2016-02-05 13:42:09 +0100 |
commit | e9d32cc1e29ad3166c882f283ae379c1b5af0cf8 (patch) | |
tree | 96fbb05f86ea002aecc781e24093d25d17f089f6 /.travis.yml | |
parent | e95c344be86287e149f5905e41255b0b9e79fdd8 (diff) |
[travis] build and run tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
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 # |