Skip to content

Commit ccbcdfb

Browse files
authored
Release 1.4 (#28)
* Update README.md * Add Ruby 2.7 tests * Change default ruby to 2.7
1 parent 652a258 commit ccbcdfb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ rvm:
1212
- 2.4
1313
- 2.5
1414
- 2.6
15+
- 2.7
1516

1617
before_install: gem install bundler
1718

@@ -47,7 +48,7 @@ deploy:
4748
gem: rspec-sonarqube-formatter
4849
on:
4950
tags: true
50-
rvm: 2.6
51+
rvm: 2.7
5152
- provider: releases
5253
file_glob: true
5354
api_key:
@@ -56,4 +57,4 @@ deploy:
5657
cleanup: false
5758
on:
5859
tags: true
59-
rvm: 2.6
60+
rvm: 2.7

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add the gem to your application's `Gemfile`:
3535

3636
```ruby
3737
# RSpec formatters
38-
gem 'rspec-sonarqube-formatter', '~> 1.3', require: false
38+
gem 'rspec-sonarqube-formatter', '~> 1.4', require: false
3939
```
4040

4141
Then, update your bundle:

0 commit comments

Comments
 (0)