Upload wheels on Travis to branchname/commit_id. (#4949)

This commit is contained in:
Robert Nishihara 2019-06-07 23:20:29 -07:00 committed by Philipp Moritz
parent 85b82b2454
commit ec8aaf011b

View file

@ -190,7 +190,7 @@ deploy:
acl: public_read
region: us-west-2
local_dir: .whl
upload-dir: $TRAVIS_COMMIT
upload-dir: "$TRAVIS_BRANCH/$TRAVIS_COMMIT"
skip_cleanup: true
on:
repo: ray-project/ray