Skip to content

Commit

Permalink
bugfix: code climate.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmoriarty committed Aug 25, 2019
1 parent db5c714 commit 34d1363
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
sudo: false

language: ruby

rvm:
- 2.0.0
before_install: gem install bundler -v 1.12.5
addons:
code_climate:
repo_token: 0a4c13b71635c00cee43aba776853ade9404cc745c42977e25a5877a3e148527
- 2.3.8

env:
global:
- CC_TEST_REPORTER_ID=0a4c13b71635c00cee43aba776853ade9404cc745c42977e25a5877a3e148527

before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
- gem install bundler -v 2.0.2

after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
2 changes: 1 addition & 1 deletion lisp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "coolline"
spec.add_dependency "coderay"
spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "minitest", "> 5"
end

0 comments on commit 34d1363

Please sign in to comment.