From 9f1bc6d9e8db63e8f68d2a1750f90d9515d88331 Mon Sep 17 00:00:00 2001 From: redPanther Date: Wed, 13 Jul 2016 17:18:57 +0200 Subject: [PATCH] Travis tests (#116) * add tiny test framework to run on travis or on local host * set defined exit status --- .travis/travis_build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis/travis_build.sh b/.travis/travis_build.sh index a6231db1..ac5c29de 100644 --- a/.travis/travis_build.sh +++ b/.travis/travis_build.sh @@ -69,6 +69,5 @@ echo " success: $STATS_SUCCESS" echo " failed: $STATS_FAILED" [ $STATS_FAILED -gt 0 ] && exit 200 - - +exit 0