Skip to content

Commit

Permalink
Adds tests for ruby 2.4 and test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernat Rafales committed Oct 24, 2017
1 parent c02bdfd commit cf2599c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,15 @@ rvm:
- '2.1'
- '2.2'
- '2.3.0'
- '2.4.2'
env:
global:
- CC_TEST_REPORTER_ID=b82d06c331e2b020fe95a3f884bfb04134156d8c2f740d570eeb550130506e22
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
script:
- bundle exec rspec
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
1 change: 1 addition & 0 deletions svelte.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'webmock', '~> 1.22'
spec.add_development_dependency 'yard', '~> 0.8'
spec.add_development_dependency 'rubocop', '~> 0.36'
spec.add_development_dependency 'codeclimate-test-reporter'
end

0 comments on commit cf2599c

Please sign in to comment.