summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-05-30 18:37:00 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-05-30 18:37:00 +0200
commit5ca5b4561ed00a15d3ccb2eb92360ddf241b778d (patch)
treecbe711e63497e204ccaa7b056d6c50cc49a1e317 /.ci
parentAdd travis_wait to flatpak builds (diff)
downloadnheko-5ca5b4561ed00a15d3ccb2eb92360ddf241b778d.tar.xz
Travis wait can only be used in a top level command?
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/script.sh b/.ci/script.sh
index 555b4825..15e7f8cf 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -6,7 +6,7 @@ if [ "$FLATPAK" ]; then
 	mkdir -p build-flatpak
 	cd build-flatpak
 
-	travis_wait flatpak-builder --ccache --repo=repo --subject="Build of Nheko ${VERSION} `date`" app ../io.github.NhekoReborn.Nheko.json
+	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