mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 17:58:35 +08:00
[CI] Don't uninstall ruby in Travis. (#8463)
This commit is contained in:
@@ -8,8 +8,6 @@ git:
|
||||
quiet: true
|
||||
|
||||
before_install:
|
||||
- rvm reset && rvm implode --force && gem uninstall rvm || true # uninstall Ruby RVM
|
||||
- unset -f cd # Travis defines this on Mac for RVM, but it floods the trace log and isn't relevant for us
|
||||
- |
|
||||
git clone -q -n "https://github.com/${TRAVIS_REPO_SLUG}.git" "${TRAVIS_REPO_SLUG}"
|
||||
cd -- "${TRAVIS_REPO_SLUG}"
|
||||
|
||||
Reference in New Issue
Block a user