Skip to content

Commit

Permalink
Update travis-ci to use Ruby 2.3.4
Browse files Browse the repository at this point in the history
Fixes failed build https://travis-ci.org/soundasleep/html2text_ruby/builds/493027072

Add CHANGELOG.md to built gems
  • Loading branch information
soundasleep committed Feb 14, 2019
1 parent 90cf085 commit 956ec37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: ruby
rvm:
- 2.2.0
- 2.3.4
before_install:
- gem update --system
- gem install bundler
deploy:
provider: rubygems
Expand Down
2 changes: 1 addition & 1 deletion html2text.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = "A Ruby component to convert HTML into a plain text format."
s.license = "MIT"

s.files = Dir["lib/**/*", "LICENSE.md", "README.md"]
s.files = Dir["lib/**/*", "LICENSE.md", "README.md", "CHANGELOG.md"]
s.test_files = Dir["spec/**/*"]

s.add_dependency "nokogiri", "~> 1.8.5"
Expand Down

0 comments on commit 956ec37

Please sign in to comment.