Skip to content

Improve travis build.

gitlab-qa-bot requested to merge improve_travis_build into master

Created by: myronmarston

  • No need to install bundler twice.
  • No need to bundle install twice.
  • Skip one-by-one specs on JRuby.
  • Run cucumber using our standalone bundle (rather than bundle exec).
  • Bundler issue #2383 has been resolved, no need to work around it anymore.

Merge request reports