File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ branches:
2
2
only :
3
3
- master
4
4
- v3
5
+ env :
6
+ global :
7
+ - secure : | # CODECLIMATE_REPO_TOKEN
8
+ BIemhM273wHZMpuULDMYGPsxYdfw+NMw7IQbOD6gy5r+dha07y9ssTYYE5Gn
9
+ t1ptAb09lhQ4gexXTr83i6angMrnHgQ1ZX2wfeoZ0FvWDHQht9YkXyiNH+R6
10
+ odHUeDIYAlUiqLX9nAkklL89Rc22BrHMGGNyuA8Uc5sktW5P/FE=
5
11
language : ruby
6
12
matrix :
7
13
allow_failures :
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ source "https://rubygems.org"
3
3
gemspec
4
4
5
5
group :test do
6
- gem "coveralls" , "~> 0.6.9 ", require : false
6
+ gem "codeclimate-test-reporter " , require : false
7
7
gem "rspec" , "~> 3.1"
8
8
end
Original file line number Diff line number Diff line change 1
- if ENV [ "TRAVIS " ]
2
- require "coveralls "
3
- Coveralls . wear!
1
+ if ENV [ "CODECLIMATE_REPO_TOKEN " ]
2
+ require "codeclimate-test-reporter "
3
+ CodeClimate :: TestReporter . start
4
4
end
5
5
6
6
require "interactor"
You can’t perform that action at this time.
0 commit comments