Skip to content

Commit de9fb3b

Browse files
authored
Rollup merge of #49217 - kennytm:fix-dpl-788, r=alexcrichton
Apply temporary fix of travis-ci/dpl#788.
2 parents 5f7d7c8 + 20e65f1 commit de9fb3b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ before_deploy:
318318

319319
deploy:
320320
- provider: s3
321+
edge:
322+
branch: s3-eager-autoload
321323
bucket: rust-lang-ci2
322324
skip_cleanup: true
323325
local_dir: deploy
@@ -334,6 +336,8 @@ deploy:
334336
# this is the same as the above deployment provider except that it uploads to
335337
# a slightly different directory and has a different trigger
336338
- provider: s3
339+
edge:
340+
branch: s3-eager-autoload
337341
bucket: rust-lang-ci2
338342
skip_cleanup: true
339343
local_dir: deploy
@@ -351,6 +355,8 @@ deploy:
351355
# try branch. Travis does not appear to provide a way to use "or" in these
352356
# conditions.
353357
- provider: s3
358+
edge:
359+
branch: s3-eager-autoload
354360
bucket: rust-lang-ci2
355361
skip_cleanup: true
356362
local_dir: deploy
@@ -365,6 +371,8 @@ deploy:
365371
condition: $DEPLOY = 1
366372

367373
- provider: s3
374+
edge:
375+
branch: s3-eager-autoload
368376
bucket: rust-lang-ci2
369377
skip_cleanup: true
370378
local_dir: deploy

0 commit comments

Comments
 (0)