Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Oct 6, 2019
1 parent 6c1d140 commit 6e18cc1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
17 changes: 10 additions & 7 deletions .travis.yml
Expand Up @@ -10,16 +10,19 @@ after_script:
script:
- bundle exec rake
rvm:
- 2.6.3
- 2.5.5
- 2.4.6
- jruby-9.2.7.0
matrix:
allow_failures:
- rvm: jruby-9.2.7.0
- 2.6.5
- 2.5.7
- 2.4.9
- ruby-head
env:
global:
- COVERAGE=true
matrix:
allow_failures:
- rvm: ruby-head
include:
- rvm: jruby-9.2.8.0
jdk: openjdk8
notifications:
email: false
webhooks:
Expand Down
14 changes: 8 additions & 6 deletions Gemfile
Expand Up @@ -18,10 +18,12 @@ group :tools do
end

group :benchmarks do
gem 'attrio'
gem 'benchmark-ips'
gem 'dry-struct'
gem 'fast_attributes'
gem 'hotch'
gem 'virtus'
platform :mri do
gem 'attrio'
gem 'benchmark-ips'
gem 'dry-struct'
gem 'fast_attributes'
gem 'hotch'
gem 'virtus'
end
end

0 comments on commit 6e18cc1

Please sign in to comment.