--- language: ruby bundler_args: --without development system_tests before_install: rm Gemfile.lock || true sudo: false rvm: - 2.1.6 - 2.2.5 - 2.3.3 script: bundle exec rake test env: - PUPPET_GEM_VERSION="~> 4.0" - PUPPET_GEM_VERSION="~> 5.0" matrix: fast_finish: true