From 41d8c2bd0a6d1cb579c07fc4eef36238eb8ca919 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Fri, 15 May 2020 18:10:55 -0700 Subject: [PATCH] [CI] Don't uninstall ruby in Travis. (#8463) --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7db19be7f..e919f94f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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}"