Fix macOS builds on Travis
RVM overrides the cd, popd, and pushd shell commands, causing the "shell_session_update: command not found" error on macOS when executing those commands.
This commit is contained in:
parent
e8e144d446
commit
fe0ba8c641
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
set -ev
|
set -ev
|
||||||
|
|
||||||
|
# RVM overrides the cd, popd, and pushd shell commands, causing the
|
||||||
|
# "shell_session_update: command not found" error on macOS when executing those
|
||||||
|
# commands.
|
||||||
|
unset -f cd popd pushd
|
||||||
|
|
||||||
####################
|
####################
|
||||||
# OS-specific setup
|
# OS-specific setup
|
||||||
####################
|
####################
|
||||||
|
Loading…
Reference in New Issue
Block a user