mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
e42902a266
Add rake tasks for travis, which include publishing coverage reports.
8 lines
174 B
Ruby
8 lines
174 B
Ruby
source "https://rubygems.org"
|
|
|
|
group :development, :test do
|
|
# This is here because gemspec doesn't support require: false
|
|
gem 'coveralls', :require => false
|
|
end
|
|
|
|
gemspec
|