Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:mitchellh/vagrant-rackspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Rames committed Oct 15, 2013
2 parents 1dfee7f + 1360a0b commit c881820
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0

1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ group :development do
# gem dependency because we expect to be installed within the
# Vagrant environment itself using `vagrant plugin`.
gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git"
gem 'coveralls', require: false
end
10 changes: 10 additions & 0 deletions spec/vagrant-rackspace/config_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
if ENV['COVERAGE'] != 'false'
require 'simplecov'
require 'coveralls'
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
Coveralls::SimpleCov::Formatter
]
SimpleCov.start
end

require "vagrant-rackspace/config"
require 'fog'

Expand Down

0 comments on commit c881820

Please sign in to comment.