Skip to content

Commit

Permalink
Merge pull request #20 from rggen/ruby_27_support
Browse files Browse the repository at this point in the history
Add Ruby 2.7 to CI
  • Loading branch information
taichi-ishitani committed Jan 14, 2020
2 parents 0a6ac86 + 27a3a5b commit a138ee1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ language:
matrix:
include:
- rvm: 2.3.8
- rvm: 2.4.6
- rvm: 2.4.9
env: RUBYOPT=--enable-frozen-string-literal USE_FIXED_GEMS=yes
- rvm: 2.5.5
- rvm: 2.5.7
env: RUBYOPT=--enable-frozen-string-literal USE_FIXED_GEMS=yes
- rvm: 2.6.3
- rvm: 2.6.5
env: RUBYOPT=--enable-frozen-string-literal USE_FIXED_GEMS=yes
- rvm: 2.7.0
env: RUBYOPT=--enable-frozen-string-literal USE_FIXED_GEMS=yes

addons:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end

group :test do
gem 'codecov', require: false
gem 'regexp-examples', require: false
gem 'regexp-examples', RUBY_VERSION >= '2.4.0' ? '~> 1.5.1' : '< 1.5.0', require: false
gem 'rspec', '>= 3.8'
gem 'simplecov', require: false
end

0 comments on commit a138ee1

Please sign in to comment.