Skip to content

Commit

Permalink
Release 1.4 (#28)
Browse files Browse the repository at this point in the history
* Update README.md
* Add Ruby 2.7 tests
* Change default ruby to 2.7
  • Loading branch information
otherguy authored Oct 26, 2020
1 parent 652a258 commit ccbcdfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rvm:
- 2.4
- 2.5
- 2.6
- 2.7

before_install: gem install bundler

Expand Down Expand Up @@ -47,7 +48,7 @@ deploy:
gem: rspec-sonarqube-formatter
on:
tags: true
rvm: 2.6
rvm: 2.7
- provider: releases
file_glob: true
api_key:
Expand All @@ -56,4 +57,4 @@ deploy:
cleanup: false
on:
tags: true
rvm: 2.6
rvm: 2.7
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add the gem to your application's `Gemfile`:

```ruby
# RSpec formatters
gem 'rspec-sonarqube-formatter', '~> 1.3', require: false
gem 'rspec-sonarqube-formatter', '~> 1.4', require: false
```

Then, update your bundle:
Expand Down

0 comments on commit ccbcdfb

Please sign in to comment.