Skip to content

Commit

Permalink
Merge pull request #54 from halostatue/hoe-3-18-support
Browse files Browse the repository at this point in the history
Various updates for v 1.4
  • Loading branch information
halostatue committed Jun 23, 2020
2 parents a770e33 + 8d493fe commit 8e8c721
Show file tree
Hide file tree
Showing 6 changed files with 304 additions and 308 deletions.
16 changes: 7 additions & 9 deletions .travis.yml
@@ -1,20 +1,18 @@
---
language: ruby
rvm:
- 2.6.0
- 2.5.3
- 2.4.5
- 2.3.8
- jruby-9.2.5.0
- jruby-9.1.17.0
- jruby-9.0.5.0
- jruby-head
- 2.8.0-dev
- 2.7.1
- 2.6.6
- 2.5.8
- 2.4.10
- jruby-9.2.11.1
- ruby-head
- truffleruby
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: 2.8.0-dev
fast_finish: true
gemfile:
- Gemfile
Expand Down
3 changes: 1 addition & 2 deletions Gemfile
Expand Up @@ -10,8 +10,7 @@ if RUBY_VERSION < '1.9'
gem 'rdoc', '< 4'
elsif RUBY_VERSION >= '2.0'
if RUBY_ENGINE == 'ruby'
gem 'coveralls', '~> 0.7'
gem 'simplecov', '~> 0.7'
gem 'simplecov', '~> 0.18'
end
end

Expand Down

0 comments on commit 8e8c721

Please sign in to comment.