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 5ebb6bd commit 76cd567Copy full SHA for 76cd567
.circleci/config.yml
@@ -20,7 +20,7 @@ workflows:
20
name: JRuby 9.2
21
docker-image: jruby:9.2-jdk
22
jruby: true
23
- skip-end-to-end-http-tests: 1 # webrick doesn't work reliably in JRuby 9.2
+ skip-end-to-end-http-tests: "y" # webrick doesn't work reliably in JRuby 9.2
24
- build-test-linux:
25
name: JRuby 9.3
26
docker-image: jruby:9.3-jdk
0 commit comments