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

Commit

Permalink
Enable more jrubies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoFleming committed Mar 2, 2019
1 parent 8138841 commit bcf0a45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ rvm:
- 2.4
- 2.5
- 2.6
- jruby-9.0
- jruby-9.0.5
- jruby-9.1.6
- jruby-9.2.0
before_install: echo Y | rvm @global do gem uninstall bundler ; gem install bundler -v 1.16.1
cache: bundler
matrix:
allow_failures:
- rvm: jruby-9.0
- rvm: jruby-9.0.5
- rvm: jruby-9.1.6
- rvm: jruby-9.2.0
script:
- RUBYOPT="--enable-frozen-string-literal" bundle exec rspec
- bundle exec rubocop -c .rubocop.yml --force-exclusion
2 changes: 1 addition & 1 deletion lib/we_transfer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require 'json'
require 'ks'

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

Expand Down

0 comments on commit bcf0a45

Please sign in to comment.