Skip to content

Commit

Permalink
Add Travis config, basic Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
John Keiser committed Sep 10, 2013
1 parent 6a329b4 commit 6b9778d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
rvm:
- 1.8.7
- 1.9.3
- 2.0.0

script: bundle exec rake spec

3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gemspec
4 changes: 4 additions & 0 deletions mixlib-config.gemspec
Expand Up @@ -21,5 +21,9 @@ Gem::Specification.new do |s|
s.summary = "A class based configuration library"
s.description = s.summary

s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
s.add_development_dependency 'rdoc'

end

0 comments on commit 6b9778d

Please sign in to comment.