mirror of
https://github.com/wassname/ray.git
synced 2026-07-27 11:26:41 +08:00
Restore unset -f cd (#8467)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user