From 5ddd3c4956993b27eaeb1677a65aad1d8c050156 Mon Sep 17 00:00:00 2001 From: cuke Date: Sun, 20 Sep 2015 14:35:08 +0200 Subject: [PATCH] Updated the travis file for executing the DynamicQObject unit test --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 46a314e..8a89f48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,4 +29,5 @@ script: - mkdir build - cd build - $CMAKE_EXECUTABLE .. -- make \ No newline at end of file +- make +- ./test/TestDynamicQObject \ No newline at end of file