osx_image: xcode9.4 doesn't have bundler · Issue #9759 · travis-ci/travis-ci
I tried to use osx_image: xcode9.4 but I failed to bundle install. If I just revert to use osx_image: xcode9.3, the build passed. bundler should be installed globally also in the xcode9.4 image, sh...