We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098bb56 commit 0379692Copy full SHA for 0379692
1 file changed
.travis.yml
@@ -3,5 +3,7 @@ rvm:
3
- 2.2.1
4
- 2.5.5
5
- 2.6.3
6
- - jruby-9.2.8.0
+matrix:
7
+ allow_failures:
8
+ - rvm: jruby-9.2.8.0
9
script: bundle exec rake test
0 commit comments