Skip to content

Commit

Permalink
Travis: Update Bundler instead of gem
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Apr 10, 2020
1 parent 1ffe809 commit 38de98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rvm:
- jruby-9.1.13.0
- jruby-head
before_install:
- gem update --system
- gem install bundler
branches:
only:
- master
3 changes: 1 addition & 2 deletions therubyrhino_jar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ Gem::Specification.new do |s|
s.license = "MPL-2.0"

s.homepage = %q{http://github.com/cowboyd/therubyrhino}
s.rubyforge_project = %q{therubyrhino}

s.require_paths = ["jar"]
s.files = `git ls-files`.split("\n").sort.
select { |file| file == 'therubyrhino_jar.gemspec' || file =~ /^jar\// }

end
end

0 comments on commit 38de98b

Please sign in to comment.