From 190b6cb3c70366f420e42b91117c90c4bd2b5bd3 Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Sat, 30 May 2020 18:29:40 +0200
Subject: [PATCH] Add travis_wait to flatpak builds

---
 .ci/script.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/script.sh b/.ci/script.sh
index 15e7f8cfd..555b48251 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -6,7 +6,7 @@ if [ "$FLATPAK" ]; then
 	mkdir -p build-flatpak
 	cd build-flatpak
 
-	flatpak-builder --ccache --repo=repo --subject="Build of Nheko ${VERSION} `date`" app ../io.github.NhekoReborn.Nheko.json
+	travis_wait flatpak-builder --ccache --repo=repo --subject="Build of Nheko ${VERSION} `date`" app ../io.github.NhekoReborn.Nheko.json
 	flatpak build-bundle repo nheko-${VERSION}-${ARCH}.flatpak io.github.NhekoReborn.Nheko master
 
 	mkdir ../artifacts
-- 
GitLab