We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652a258 commit ccbcdfbCopy full SHA for ccbcdfb
.travis.yml
@@ -12,6 +12,7 @@ rvm:
12
- 2.4
13
- 2.5
14
- 2.6
15
+ - 2.7
16
17
before_install: gem install bundler
18
@@ -47,7 +48,7 @@ deploy:
47
48
gem: rspec-sonarqube-formatter
49
on:
50
tags: true
- rvm: 2.6
51
+ rvm: 2.7
52
- provider: releases
53
file_glob: true
54
api_key:
@@ -56,4 +57,4 @@ deploy:
56
57
cleanup: false
58
59
60
README.md
@@ -35,7 +35,7 @@ Add the gem to your application's `Gemfile`:
35
36
```ruby
37
# RSpec formatters
38
-gem 'rspec-sonarqube-formatter', '~> 1.3', require: false
+gem 'rspec-sonarqube-formatter', '~> 1.4', require: false
39
```
40
41
Then, update your bundle:
0 commit comments