From 10f0f7462a117e94bd2d965270425fcda3214486 Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Fri, 15 May 2020 10:39:32 +0200
Subject: [PATCH] Try to fix arm builds hanging breaking CI

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 08126853a..cccc359a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -141,7 +141,7 @@ install:
     - export PATH=/usr/local/bin:${PATH}
 
 script:
-    - ./.ci/script.sh
+    - travis_wait ./.ci/script.sh
     - sed -i -e "s/VERSION_NAME_VALUE/${VERSION}/g" ./.ci/bintray-release.json || true
     - cp ./.ci/bintray-release.json .
 deploy:
-- 
GitLab