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

Commit bcf0a45

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

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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

lib/we_transfer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require 'json'
66
require 'ks'
77

8-
%w[communication_helper client transfer mini_io we_transfer_file remote_file version].each do |file|
8+
%w[communication client transfer mini_io we_transfer_file remote_file version].each do |file|
99
require_relative "we_transfer/#{file}"
1010
end
1111

0 commit comments

Comments
 (0)