From c8cd716295d06120b3af44a859e9c5f1b5b0a00f Mon Sep 17 00:00:00 2001 From: mehrdadn Date: Sat, 16 May 2020 09:54:59 -0700 Subject: [PATCH] Restore unset -f cd (#8467) Co-authored-by: Mehrdad --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e919f94f1..9d655fd22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ git: quiet: true before_install: + - unset -f cd # Travis defines this on Mac for RVM, but it breaks the Mac build - | git clone -q -n "https://github.com/${TRAVIS_REPO_SLUG}.git" "${TRAVIS_REPO_SLUG}" cd -- "${TRAVIS_REPO_SLUG}"