diff --git a/.travis.yml b/.travis.yml index 6f511ef..700f324 100644 --- a/.travis.yml +++ b/.travis.yml @@ -108,44 +108,4 @@ upload-dir: "$TRAVIS_BRANCH/coverage" on: all_branches: true - condition: $TRAVIS_TAG - # Deploy config for latest release - - provider: s3 - access_key_id: $S3_ACCESS_KEY_ID - secret_access_key: $S3_SECRET_ACCESS_KEY - bucket: "pixi.js" - skip_cleanup: true - acl: public_read - region: eu-west-1 - cache_control: "max-age=1209600" - local_dir: dist - upload-dir: "release" - on: - all_branches: true - condition: $TRAVIS_TAG - - provider: s3 - access_key_id: $S3_ACCESS_KEY_ID - secret_access_key: $S3_SECRET_ACCESS_KEY - bucket: "pixi.js" - skip_cleanup: true - acl: public_read - region: eu-west-1 - cache_control: "max-age=1209600" - local_dir: docs - upload-dir: "release/docs" - on: - all_branches: true - condition: $TRAVIS_TAG - - provider: s3 - access_key_id: $S3_ACCESS_KEY_ID - secret_access_key: $S3_SECRET_ACCESS_KEY - bucket: "pixi.js" - skip_cleanup: true - acl: public_read - region: eu-west-1 - cache_control: "max-age=1209600" - local_dir: coverage - upload-dir: "release/coverage" - on: - all_branches: true condition: $TRAVIS_TAG \ No newline at end of file