mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Restore unset -f cd (#8467)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
parent
bd169749e0
commit
c8cd716295
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ git:
|
||||||
quiet: true
|
quiet: true
|
||||||
|
|
||||||
before_install:
|
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}"
|
git clone -q -n "https://github.com/${TRAVIS_REPO_SLUG}.git" "${TRAVIS_REPO_SLUG}"
|
||||||
cd -- "${TRAVIS_REPO_SLUG}"
|
cd -- "${TRAVIS_REPO_SLUG}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue