diff --git a/.travis.yml b/.travis.yml index 20b4265..b41dd75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,22 +33,22 @@ - provider: s3 access_key_id: $S3_ACCESS_KEY_ID secret_access_key: $S3_SECRET_ACCESS_KEY - bucket: "pixi.js" + bucket: "pixi-builds" skip_cleanup: true acl: public_read + region: eu-west-1 local_dir: bin upload-dir: "$TRAVIS_BRANCH" - region: eu-west-1 on: all_branches: true - provider: s3 access_key_id: $S3_ACCESS_KEY_ID secret_access_key: $S3_SECRET_ACCESS_KEY - bucket: "pixi.js" + bucket: "pixi-builds" skip_cleanup: true acl: public_read + region: eu-west-1 local_dir: docs upload-dir: "$TRAVIS_BRANCH/docs" - region: eu-west-1 on: - all_branches: true \ No newline at end of file + all_branches: true