mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
test against jruby 10 as well
This commit is contained in:
parent
ec27524a3a
commit
564d5ca02e
@ -67,11 +67,16 @@ lint rubocop wiki:
|
||||
script:
|
||||
- bundle exec rubocop httpx.wiki --config .rubocop-wiki.yml
|
||||
|
||||
test jruby:
|
||||
test jruby 9:
|
||||
<<: *test_settings
|
||||
script:
|
||||
./spec.sh jruby 9.0.0.0
|
||||
allow_failure: true
|
||||
test jruby 10:
|
||||
<<: *test_settings
|
||||
script:
|
||||
./spec.sh jruby 10
|
||||
allow_failure: true
|
||||
test ruby 2/7:
|
||||
<<: *test_settings
|
||||
script:
|
||||
|
9
docker-compose-jruby-10.yml
Normal file
9
docker-compose-jruby-10.yml
Normal file
@ -0,0 +1,9 @@
|
||||
version: '3'
|
||||
services:
|
||||
httpx:
|
||||
image: jruby:10
|
||||
environment:
|
||||
- JRUBY_OPTS=--debug
|
||||
entrypoint:
|
||||
- bash
|
||||
- /home/test/support/ci/build.sh
|
Loading…
x
Reference in New Issue
Block a user