Work around apparent rvm bug that is in Travis's Xcode image.

This commit is contained in:
Ewan Mellor 2016-11-06 23:47:15 -08:00 committed by parrt
parent 8bd4155878
commit a3d37a082e
1 changed files with 5 additions and 0 deletions

View File

@ -7,4 +7,9 @@ thisdir=$(dirname "$0")
brew update
brew install mono python3
# Work around apparent rvm bug that is in Travis's Xcode image.
# https://github.com/direnv/direnv/issues/210
# https://github.com/travis-ci/travis-ci/issues/6307
shell_session_update() { :; }
"$thisdir/before_install-common.sh"