Update travis file

This commit is contained in:
Daniel Chappuis 2020-06-04 21:09:10 +02:00
parent 42078d376f
commit 002b7c2a9c

View File

@ -305,7 +305,7 @@ script:
cd build_helloworld;
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ../helloworld/;
make -j2;
./helloworld
./helloworld;
fi