Skip to content

Commit f5e85bc

Browse files
authored
Merge pull request #197 from da-ar/ruby_cell_issues
(maint) Pin both Jruby cells to use `dist: trusty`
2 parents 382f248 + 476cd3a commit f5e85bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)