Skip to content

Commit

Permalink
don't use s3
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Jul 10, 2017
1 parent f8e8ca4 commit 547a4cb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@ deploy:
on:
repo: $REPO
tags: true
- provider: s3
access_key_id: $S3_ID
secret_access_key: $S3_KEY
bucket: $S3_BUCKET
skip_cleanup: true
local_dir: artifacts
upload-dir: test
acl: public_read
on:
repo: $REPO
all_branches: true
# - provider: s3
# access_key_id: $S3_ID
# secret_access_key: $S3_KEY
# bucket: $S3_BUCKET
# skip_cleanup: true
# local_dir: artifacts
# upload-dir: test
# acl: public_read
# on:
# repo: $REPO
# all_branches: true

# Display build log on failure
after_failure:
Expand Down

0 comments on commit 547a4cb

Please sign in to comment.