Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit 517ac2a

Browse files
authored
Add Travis wait to 180m (#26)
1 parent e2b0f9e commit 517ac2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- RUST_TOOLCHAIN=nightly-2020-08-16 TARGET=build-client travis_wait 180 ./scripts/ci.sh
2222
deploy:
2323
- provider: script
24-
script: TARGET=default ./scripts/ci_docker.sh
24+
script: TARGET=default travis_wait 180 ./scripts/ci_docker.sh
2525
on:
2626
branch: master
2727
- provider: script
28-
script: TAG=$TRAVIS_TAG TARGET=release ./scripts/ci_docker.sh
28+
script: TAG=$TRAVIS_TAG TARGET=release travis_wait 180 ./scripts/ci_docker.sh
2929
on:
3030
tags: true
3131

0 commit comments

Comments
 (0)