Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 83cc068

Browse files
committed
Enable more jrubies in CI
1 parent 8138841 commit 83cc068

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ rvm:
55
- 2.4
66
- 2.5
77
- 2.6
8-
- jruby-9.0
8+
- jruby-9.0.5
9+
- jruby-9.1.6
10+
- jruby-9.2.0
911
before_install: echo Y | rvm @global do gem uninstall bundler ; gem install bundler -v 1.16.1
1012
cache: bundler
1113
matrix:
1214
allow_failures:
13-
- rvm: jruby-9.0
15+
- rvm: jruby-9.0.5
16+
- rvm: jruby-9.1.6
17+
- rvm: jruby-9.2.0
1418
script:
1519
- RUBYOPT="--enable-frozen-string-literal" bundle exec rspec
1620
- bundle exec rubocop -c .rubocop.yml --force-exclusion

0 commit comments

Comments
 (0)