Skip to content

Commit 76cd567

Browse files
committed
fix CI
1 parent 5ebb6bd commit 76cd567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ workflows:
2020
name: JRuby 9.2
2121
docker-image: jruby:9.2-jdk
2222
jruby: true
23-
skip-end-to-end-http-tests: 1 # webrick doesn't work reliably in JRuby 9.2
23+
skip-end-to-end-http-tests: "y" # webrick doesn't work reliably in JRuby 9.2
2424
- build-test-linux:
2525
name: JRuby 9.3
2626
docker-image: jruby:9.3-jdk

0 commit comments

Comments
 (0)