diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-01-06 17:56:43 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-01-07 20:04:57 +0100 |
| commit | 6fa0a0a516f3a3a163c50ca0f1f9a8b7443c8860 (patch) | |
| tree | b05f7f477ce8f71d2bf4abec3c0faf12a406f96e /ci/before_script.sh | |
| parent | 4fedad6c5b819fa91d4073c86d2d687e6c4d5ea4 (diff) | |
| download | rneovim-6fa0a0a516f3a3a163c50ca0f1f9a8b7443c8860.tar.gz rneovim-6fa0a0a516f3a3a163c50ca0f1f9a8b7443c8860.tar.bz2 rneovim-6fa0a0a516f3a3a163c50ca0f1f9a8b7443c8860.zip | |
ci/travis: macOS: switch ruby version
Travis macOS builds are failing because of neovim-ruby gem dependencies.
Switch default ruby to a newer version to make the builds pass.
Diffstat (limited to 'ci/before_script.sh')
| -rwxr-xr-x | ci/before_script.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/before_script.sh b/ci/before_script.sh index 445996a8df..e8ecd8c990 100755 --- a/ci/before_script.sh +++ b/ci/before_script.sh @@ -25,6 +25,8 @@ if [[ "${TRAVIS_OS_NAME}" == osx ]]; then # That allows to test changing the group of the file by `os_fchown`. sudo dscl . -create /Groups/chown_test sudo dscl . -append /Groups/chown_test GroupMembership "${USER}" + + macos_rvm_dance fi # Compile dependencies. |