language: ruby cache: bundler # Use the faster container based infrastructure # http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ sudo: false rvm: - 2.4 - 2.5 - 2.6 - ruby-head - jruby - rbx-2 matrix: allow_failures: - rvm: rbx-2