aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2016-07-29 00:37:58 +0200
committertoni <matzeton@googlemail.com>2016-07-29 00:37:58 +0200
commit2b1490ebfbff31d27789720ceb3eeadcc50f5ff5 (patch)
tree9c1adad1316a56e5b34811e8e0a3ebbb5ade892c /.travis.yml
parentc1ba57fd4da5f14ecf583ee5381005f85b2bbed2 (diff)
travis buid/run tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dc2ea01..5310d45 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,4 +4,4 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y debhelper libncurses5-dev libncursesw5-dev
-script: ./configure && make && dpkg-buildpackage -b -us -uc
+script: ./configure && make && make -C tests && make -C tests run && dpkg-buildpackage -b -us -uc