Skip to content

Commit 1a04f23

Browse files
committed
[travic-ci] let us try rolling the runit plugin with 1.7 while testing 9K
1 parent 214e073 commit 1a04f23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Mavenfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ profile :id => 'test-9000' do
164164
plugin :invoker, '1.8' do
165165
execute_goals( :install, :run, invoker_run_options )
166166
end
167-
properties 'jruby.version' => '9.0.0.0',
167+
properties 'jruby.version' => '1.7.18', # https://github.com/jruby/jruby/issues/3184
168168
'jruby.versions' => '9.0.0.0',
169169
'bc.versions' => supported_bc_versions.join(',')
170170
end

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@
729729
</build>
730730
<properties>
731731
<bc.versions>1.47,1.48,1.49,1.50,1.51</bc.versions>
732-
<jruby.version>9.0.0.0</jruby.version>
732+
<jruby.version>1.7.18</jruby.version>
733733
<jruby.versions>9.0.0.0</jruby.versions>
734734
</properties>
735735
</profile>

0 commit comments

Comments
 (0)