Skip to content

Commit

Permalink
update gemspec with rake and use gemspec for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Feb 11, 2012
1 parent e876961 commit ee1c8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
before_install: bundle init --gemspec=rcov.gemspec
script: rake -Ilib
rvm:
- 1.8.7
1 change: 1 addition & 0 deletions rcov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ Gem::Specification.new do |s|
s.executables = ["rcov"]
s.require_paths = ["lib"]
s.rdoc_options = ["--title", "rcov code coverage tool"]
s.add_development_dependency 'rake', '~> 0.9.2'
end

0 comments on commit ee1c8bd

Please sign in to comment.