mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
commit
ae47fa946e
1
.coveralls.yml
Normal file
1
.coveralls.yml
Normal file
@ -0,0 +1 @@
|
||||
service_name: travis-ci
|
1
Gemfile
1
Gemfile
@ -24,3 +24,4 @@ group :plugins do
|
||||
gem 'vagrant-libvirt', :path => '.'
|
||||
end
|
||||
|
||||
gem 'coveralls', require: false
|
||||
|
@ -1,3 +1,6 @@
|
||||
require 'coveralls'
|
||||
Coveralls.wear!
|
||||
|
||||
require 'vagrant-libvirt'
|
||||
require 'support/environment_helper'
|
||||
require 'vagrant-spec/unit'
|
||||
|
Loading…
Reference in New Issue
Block a user