diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-05-15 10:39:32 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-05-15 10:39:32 +0200 |
commit | 10f0f7462a117e94bd2d965270425fcda3214486 (patch) | |
tree | e510435addaaa8cac715c2522262f42b22b10457 /.travis.yml | |
parent | Merge branch 'master' of ssh://github.com/Nheko-Reborn/nheko (diff) | |
download | nheko-10f0f7462a117e94bd2d965270425fcda3214486.tar.xz |
Try to fix arm builds hanging breaking CI
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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: |