Skip to content

Commit

Permalink
Upload wheels on Travis to branchname/commit_id. (#4949)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara authored and pcmoritz committed Jun 8, 2019
1 parent 85b82b2 commit ec8aaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec8aaf0

Please sign in to comment.