Skip to content

Commit a10db97

Browse files
committed
Rollup merge of rust-lang#49234 - kennytm:revert-fix-dpl-788, r=alexcrichton
dpl 1.9.5 has been released, revert rust-lang#49217. dpl 1.9.5 has been released which includes travis-ci/dpl#789, so we could move back to the standard Travis settings before that `s3-eager-autoload` branch is removed.
2 parents 87f5a4b + c7bdd37 commit a10db97

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

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

319319
deploy:
320320
- provider: s3
321-
edge:
322-
branch: s3-eager-autoload
323321
bucket: rust-lang-ci2
324322
skip_cleanup: true
325323
local_dir: deploy
@@ -336,8 +334,6 @@ deploy:
336334
# this is the same as the above deployment provider except that it uploads to
337335
# a slightly different directory and has a different trigger
338336
- provider: s3
339-
edge:
340-
branch: s3-eager-autoload
341337
bucket: rust-lang-ci2
342338
skip_cleanup: true
343339
local_dir: deploy
@@ -355,8 +351,6 @@ deploy:
355351
# try branch. Travis does not appear to provide a way to use "or" in these
356352
# conditions.
357353
- provider: s3
358-
edge:
359-
branch: s3-eager-autoload
360354
bucket: rust-lang-ci2
361355
skip_cleanup: true
362356
local_dir: deploy
@@ -371,8 +365,6 @@ deploy:
371365
condition: $DEPLOY = 1
372366

373367
- provider: s3
374-
edge:
375-
branch: s3-eager-autoload
376368
bucket: rust-lang-ci2
377369
skip_cleanup: true
378370
local_dir: deploy

0 commit comments

Comments
 (0)