Skip to content

Commit

Permalink
Merge pull request #180 from excpt/master
Browse files Browse the repository at this point in the history
Fix travis ci build configuration
  • Loading branch information
excpt authored Dec 1, 2016
2 parents e36234c + 9a2e43f commit a1ad36b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rvm:
- 2.1.0
- 2.2.0
- 2.3.0
script: "bundle exec rspec"
script: "bundle exec rspec && codeclimate-test-reporter"
addons:
code_climate:
repo_token: e87b175db123ab42ca2ca4420abaa13c0dc2085608402b9a25f08a83ca3ba202
6 changes: 0 additions & 6 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,10 @@
SimpleCov.configure do
root File.join(File.dirname(__FILE__), '..')
project_name 'Ruby JWT - Ruby JSON Web Token implementation'
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
SimpleCov::Formatter::HTMLFormatter,
SimpleCov::Formatter::JSONFormatter
])

add_filter 'spec'
end

SimpleCov.start if ENV['COVERAGE']
CodeClimate::TestReporter.start if ENV['CODECLIMATE_REPO_TOKEN']

CERT_PATH = File.join(File.dirname(__FILE__), 'fixtures', 'certs')

Expand Down

0 comments on commit a1ad36b

Please sign in to comment.