From 42078d376f3be56e2b26f9e354c4404ff1f0c68d Mon Sep 17 00:00:00 2001 From: Daniel Chappuis Date: Thu, 4 Jun 2020 15:27:33 +0200 Subject: [PATCH] Update travis file --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1427e92f..2221be56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -305,6 +305,7 @@ script: cd build_helloworld; cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ../helloworld/; make -j2; + ./helloworld fi