forked from jasder/antlr
Work around apparent rvm bug that is in Travis's Xcode image.
This commit is contained in:
parent
8bd4155878
commit
a3d37a082e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue