File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1- before_install :
2- - gem update bundler rake
1+ after_success : bundle exec codeclimate-test-reporter
2+ before_install : gem update bundler rake
33branches :
44 only :
55 - master
66 - v4
77cache : bundler
8- env :
9- global :
10- - secure : | # CODECLIMATE_REPO_TOKEN
11- BIemhM273wHZMpuULDMYGPsxYdfw+NMw7IQbOD6gy5r+dha07y9ssTYYE5Gn
12- t1ptAb09lhQ4gexXTr83i6angMrnHgQ1ZX2wfeoZ0FvWDHQht9YkXyiNH+R6
13- odHUeDIYAlUiqLX9nAkklL89Rc22BrHMGGNyuA8Uc5sktW5P/FE=
148language : ruby
159matrix :
1610 allow_failures :
17- - rvm : ruby-head
1811 - rvm : " 2.0"
12+ - rvm : ruby-head
1913notifications :
2014 webhooks :
2115 on_start : always
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source "https://rubygems.org"
33gemspec
44
55group :test do
6- gem "codeclimate-test-reporter" , require : false
6+ gem "codeclimate-test-reporter" , "~> 1.0"
77 gem "rspec" , "~> 3.2"
88 gem "rubocop" , "~> 0.47.1"
99end
Original file line number Diff line number Diff line change 11if ENV [ "CODECLIMATE_REPO_TOKEN" ]
2- require "codeclimate-test-reporter "
3- CodeClimate :: TestReporter . start
2+ require "simplecov "
3+ SimpleCov . start
44end
55
66require "interactor"
You can’t perform that action at this time.
0 commit comments