File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,15 @@ matrix:
1616 - rvm : 2.4.3
1717 env : PUPPET_GEM_VERSION='~> 5' SIMPLECOV=yes # 5.5
1818 - env : RVM="jruby-1.7.26" PUPPET_GEM_VERSION='~> 5' JRUBY_OPTS="--debug" SIMPLECOV=yes
19+ dist : trusty
1920 before_cache : pushd ~/.rvm && rm -rf archives rubies/ruby-2.2.7 rubies/ruby-2.3.4 && popd
2021 cache :
2122 bundler : true
2223 directories : ~/.rvm
2324 before_install : rvm use jruby-1.7.26 --install --binary --fuzzy && gem install bundler -v '~> 1.7.0'
2425 # disable coverage on jruby9k as this confuses codecov
2526 - env : RVM="jruby-9.1.9.0" PUPPET_GEM_VERSION='~> 5' JRUBY_OPTS="--debug"
27+ dist : trusty
2628 before_cache : pushd ~/.rvm && rm -rf archives rubies/ruby-2.2.7 rubies/ruby-2.3.4 && popd
2729 cache :
2830 bundler : false
You can’t perform that action at this time.
0 commit comments