We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cd567 commit e3352aaCopy full SHA for e3352aa
.circleci/config.yml
@@ -20,11 +20,12 @@ workflows:
20
name: JRuby 9.2
21
docker-image: jruby:9.2-jdk
22
jruby: true
23
- skip-end-to-end-http-tests: "y" # webrick doesn't work reliably in JRuby 9.2
+ skip-end-to-end-http-tests: "y" # webrick doesn't work reliably in JRuby
24
- build-test-linux:
25
name: JRuby 9.3
26
docker-image: jruby:9.3-jdk
27
28
29
30
jobs:
31
build-test-linux:
0 commit comments