File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 15
15
- TEST_PROFILE=test-9000
16
16
script : mvn verify -P $TEST_PROFILE
17
17
matrix :
18
- # NOTE: 9k needs a compatible runit version (due minitest changes) !
19
- allow_failures :
20
- - env : TEST_PROFILE=test-9000
21
18
exclude :
22
19
- jdk : openjdk6
23
20
env : TEST_PROFILE=test-9000
Original file line number Diff line number Diff line change @@ -164,7 +164,9 @@ profile :id => 'test-9000' do
164
164
plugin :invoker , '1.8' do
165
165
execute_goals ( :install , :run , invoker_run_options )
166
166
end
167
- properties 'jruby.version' => '1.7.18' , # https://github.com/jruby/jruby/issues/3184
167
+ # NOTE: we're work-around 9K maven-runit version bug (due minitest changes) !
168
+ # ... still can not build with 9K : https://github.com/jruby/jruby/issues/3184
169
+ properties 'jruby.version' => '1.7.18' ,
168
170
'jruby.versions' => '9.0.0.0' ,
169
171
'bc.versions' => supported_bc_versions . join ( ',' )
170
172
end
You can’t perform that action at this time.
0 commit comments