Skip to content

Commit

Permalink
[CI] Don't uninstall ruby in Travis. (#8463)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara committed May 16, 2020
1 parent 1b734ba commit 41d8c2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 41d8c2b

Please sign in to comment.