summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-05-15 10:39:32 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-05-15 10:39:32 +0200
commit10f0f7462a117e94bd2d965270425fcda3214486 (patch)
treee510435addaaa8cac715c2522262f42b22b10457 /.travis.yml
parentMerge branch 'master' of ssh://github.com/Nheko-Reborn/nheko (diff)
downloadnheko-10f0f7462a117e94bd2d965270425fcda3214486.tar.xz
Try to fix arm builds hanging breaking CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 08126853..cccc359a 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: