diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-01-07 20:09:03 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-01-07 20:09:25 +0100 |
| commit | 46a9600d0e17f460a940ac6ed605f01f5b12aaf2 (patch) | |
| tree | 96b20cda048383f9489c4352adf19280a5bc4ed2 /ci/before_script.sh | |
| parent | 6fa0a0a516f3a3a163c50ca0f1f9a8b7443c8860 (diff) | |
| download | rneovim-46a9600d0e17f460a940ac6ed605f01f5b12aaf2.tar.gz rneovim-46a9600d0e17f460a940ac6ed605f01f5b12aaf2.tar.bz2 rneovim-46a9600d0e17f460a940ac6ed605f01f5b12aaf2.zip | |
ci/travis: macOS: skip ruby-neovim install
With 6fa0a0a516f3 the neovim-ruby gem installs successfully, but
ruby_spec.lua can't find it: g:ruby_host_prog needs to be set correctly.
Just skip the whole thing for now, so that CI builds don't fail.
Diffstat (limited to 'ci/before_script.sh')
| -rwxr-xr-x | ci/before_script.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/before_script.sh b/ci/before_script.sh index e8ecd8c990..445996a8df 100755 --- a/ci/before_script.sh +++ b/ci/before_script.sh @@ -25,8 +25,6 @@ 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. |