Skip to content

Commit

Permalink
Rollup merge of #49217 - kennytm:fix-dpl-788, r=alexcrichton
Browse files Browse the repository at this point in the history
Apply temporary fix of travis-ci/dpl#788.
  • Loading branch information
kennytm committed Mar 20, 2018
2 parents 5f7d7c8 + 20e65f1 commit de9fb3b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ before_deploy:

deploy:
- provider: s3
edge:
branch: s3-eager-autoload
bucket: rust-lang-ci2
skip_cleanup: true
local_dir: deploy
Expand All @@ -334,6 +336,8 @@ deploy:
# this is the same as the above deployment provider except that it uploads to
# a slightly different directory and has a different trigger
- provider: s3
edge:
branch: s3-eager-autoload
bucket: rust-lang-ci2
skip_cleanup: true
local_dir: deploy
Expand All @@ -351,6 +355,8 @@ deploy:
# try branch. Travis does not appear to provide a way to use "or" in these
# conditions.
- provider: s3
edge:
branch: s3-eager-autoload
bucket: rust-lang-ci2
skip_cleanup: true
local_dir: deploy
Expand All @@ -365,6 +371,8 @@ deploy:
condition: $DEPLOY = 1

- provider: s3
edge:
branch: s3-eager-autoload
bucket: rust-lang-ci2
skip_cleanup: true
local_dir: deploy
Expand Down

0 comments on commit de9fb3b

Please sign in to comment.