You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Travis CI build break and ruby configuration error
Homebrew's Ruby formula seems to have switched to be keg-only, which
breaks the normal paths in /usr/local/bin and /usr/local/lib. Fix this
by switching to the explicit paths (e.g. /usr/local/opt/ruby/bin) for
Ruby.
Use the new Travis CI native Homebrew addon to manage packages instead
of explicit brew commands.
Update to Xcode 9.4, and leave a comment why we are not going to Xcode
10 / macOS 10.14 yet.
Use "set -e" to make sure we fail fast.
DYLD_LIBRARY_PATH=/usr/local/opt/ruby/lib:$DYLD_LIBRARY_PATH # Ruby is keg-only in Homebrew, so need to manually link in the path so Vim will know where to look for the binaries.
0 commit comments