Skip to content

Commit

Permalink
add travis.yml to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Feb 16, 2012
1 parent d72dc21 commit 71a39d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.add_development_dependency 'rspec', '~> 2.7.0'
s.files = Dir.glob(%w[{lib,spec}/**/*.rb bin/* [A-Z]*.{md,txt,rdoc} ext/**/*.{rb,c} **/deps.rip]) + %w{Rakefile .gemspec}
s.files += %w{.travis.yml}
s.extra_rdoc_files = ["README.md", "LICENSE.txt"]
s.license = 'MIT'
end

0 comments on commit 71a39d4

Please sign in to comment.