language: ruby sudo: false cache: bundler before_install: - gem update --system # This is required to support ActiveSupport 4 # https://docs.travis-ci.com/user/languages/ruby/#bundler-20 - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true - gem install bundler -v '< 2' rvm: - 2.3.8 - 2.4.5 - 2.5.3 - jruby-9.1.17.0 - jruby-9.2.6.0 gemfile: - gemfiles/activesupport4.gemfile - gemfiles/activesupport5.gemfile