Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Switch to Code Climate's cc-test-reporter public beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jul 5, 2017
1 parent b646e3e commit cd26d0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
language: ruby
cache: bundler
rvm:
- 2.2.6
- 2.3.4
- 2.4.1
before_install:
- nvm install node
- npm install -g svgo
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
after_success:
- bundle exec codeclimate-test-reporter
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
notifications:
email: false
slack: sixtwothree:yATLmjTW15443qR7jbCWr3RO
1 change: 0 additions & 1 deletion svgeez.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 1.10'
spec.add_development_dependency 'codeclimate-test-reporter', '~> 1.0'
spec.add_development_dependency 'rake', '~> 12.0'
spec.add_development_dependency 'rspec', '~> 3.5'
spec.add_development_dependency 'rubocop', '~> 0.48.1'
Expand Down

0 comments on commit cd26d0b

Please sign in to comment.