Skip to content

Commit 58b60de

Browse files
committed
[travis-ci] do not allow 9K failures + notes on dealing with jruby/jruby#3184
1 parent 1a04f23 commit 58b60de

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ env:
1515
- TEST_PROFILE=test-9000
1616
script: mvn verify -P $TEST_PROFILE
1717
matrix:
18-
# NOTE: 9k needs a compatible runit version (due minitest changes) !
19-
allow_failures:
20-
- env: TEST_PROFILE=test-9000
2118
exclude:
2219
- jdk: openjdk6
2320
env: TEST_PROFILE=test-9000

Mavenfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ 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' => '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',
168170
'jruby.versions' => '9.0.0.0',
169171
'bc.versions' => supported_bc_versions.join(',')
170172
end

0 commit comments

Comments
 (0)