From 41d4f1c9f5ebc10c9b0d0bb98ad4fea2258d4494 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Wed, 28 Mar 2018 08:58:48 +0200 Subject: [PATCH] Add exit 0 to insure the script continues if no blocking error was found. --- .travis/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/install.sh b/.travis/install.sh index 161977c29f2..ee9f7047d7d 100644 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -21,4 +21,5 @@ libboost-system1.55-dev libboost-program-options1.55-dev libboost-thread1.55-dev qt55base qt55script qt55svg qt55tools qt55graphicaleffects libopencv-dev mesa-common-dev libmetis-dev libglu1-mesa-dev \ || DONE=0 && sudo apt-get update done +exit 0