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}"