Skip to content

Commit 3d74f97

Browse files
authored
1 parent 6b0fc75 commit 3d74f97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ before_install:
5858
- scripts/travis-build.sh before_install
5959

6060
install:
61-
- scripts/travis-build.sh install
61+
- travis_wait scripts/travis-build.sh install
6262

6363
script:
6464
- scripts/travis-build.sh script
@@ -69,7 +69,7 @@ after_success:
6969
deploy:
7070
- provider: script
7171
skip_cleanup: true
72-
script: scripts/travis-build.sh deploy-unstable
72+
script: travis_wait scripts/travis-build.sh deploy-unstable
7373
on:
7474
condition: $BUILD_TYPE = snap
7575
branch: next

0 commit comments

Comments
 (0)