summaryrefslogtreecommitdiff
path: root/mixlib-shellout.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-12-02 21:26:53 -0800
committerTim Smith <tsmith@chef.io>2018-12-06 14:45:59 -0800
commitd04c2d85cd7355a91203efc2f5fc0f44af45dbd7 (patch)
tree807d734a5b1df47d223f3e5dcf8d991232a96042 /mixlib-shellout.gemspec
parent2c8f1dbcd6346c48c3598a7660bc68b2b60141f5 (diff)
downloadmixlib-shellout-d04c2d85cd7355a91203efc2f5fc0f44af45dbd7.tar.gz
Test on ruby-head and 2.6 in Travis
Also skip the tests when expeditor commits. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'mixlib-shellout.gemspec')
-rw-r--r--mixlib-shellout.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib-shellout.gemspec b/mixlib-shellout.gemspec
index 0145759..84ae88e 100644
--- a/mixlib-shellout.gemspec
+++ b/mixlib-shellout.gemspec
@@ -18,6 +18,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "chefstyle"
s.require_path = "lib"
- s.files = %w{LICENSE README.md} +
+ s.files = %w{LICENSE} +
Dir.glob("lib/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
end