Skip to content

Commit

Permalink
Adding coveralls:push code
Browse files Browse the repository at this point in the history
  • Loading branch information
VidaZing committed Aug 25, 2018
1 parent a2e19f5 commit 1dbd336
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ language: ruby

rvm:
- 2.5.1
before_install:
- gem install bundler -v 1.16.1

script:
- bundle exec rake build
- bundle exec rake doc:build
- bundle exec rake test

after_script:
- bundle exec rake coveralls:push
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'rainbow/refinement'
using Rainbow
require 'rake/testtask'
require 'coveralls/rake/task'

$LOAD_PATH.push File.expand_path("../lib", __FILE__)
require "vidazing_logger/version"
Expand Down Expand Up @@ -110,3 +111,5 @@ namespace :loop do
looping("rake doc:coverage")
end
end

Coveralls::RakeTask.new

0 comments on commit 1dbd336

Please sign in to comment.