From 476cd3a188ec55e3d853a2ce9937fc98339e4961 Mon Sep 17 00:00:00 2001 From: Dave Armstrong Date: Thu, 15 Aug 2019 10:36:45 +0100 Subject: [PATCH] (maint) Pin both Jruby cells to use `dist: trusty` --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7d38321a..d084255e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ matrix: - rvm: 2.4.3 env: PUPPET_GEM_VERSION='~> 5' SIMPLECOV=yes # 5.5 - env: RVM="jruby-1.7.26" PUPPET_GEM_VERSION='~> 5' JRUBY_OPTS="--debug" SIMPLECOV=yes + dist: trusty before_cache: pushd ~/.rvm && rm -rf archives rubies/ruby-2.2.7 rubies/ruby-2.3.4 && popd cache: bundler: true @@ -23,6 +24,7 @@ matrix: before_install: rvm use jruby-1.7.26 --install --binary --fuzzy && gem install bundler -v '~> 1.7.0' # disable coverage on jruby9k as this confuses codecov - env: RVM="jruby-9.1.9.0" PUPPET_GEM_VERSION='~> 5' JRUBY_OPTS="--debug" + dist: trusty before_cache: pushd ~/.rvm && rm -rf archives rubies/ruby-2.2.7 rubies/ruby-2.3.4 && popd cache: bundler: false