Skip to content

Commit

Permalink
Update codeowners, test on latest ruby releases + more
Browse files Browse the repository at this point in the history
Also remove the rake tasks for releasing the gem since we do this in
expeditor now.

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Dec 21, 2018
1 parent b632685 commit 277879d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

* @chef/msys-developers
.expeditor/** @chef/jex-team
README.md @chef/docs-team
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Issues Resolved

[List any existing issues this PR resolves, or any Discourse or
StackOverflow discussion that's relevant]
StackOverflow discussions that are relevant]

### Check List

Expand Down
2 changes: 1 addition & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--format documentation
--color
-fd
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
sudo: false
language: ruby
cache: bundler
dist: xenial

matrix:
include:
- rvm: 2.3.7
- rvm: 2.4.4
- rvm: 2.5.1
- rvm: 2.3.8
- rvm: 2.4.5
- rvm: 2.5.3
- rvm: 2.6
- rvm: ruby-head
allow_failures:
- rvm: ruby-head

branches:
only:
- master
- master

bundler_args: --jobs 7 --without docs debug

Expand Down
3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"

begin
Expand All @@ -9,8 +8,6 @@ rescue Bundler::BundlerError => e
exit e.status_code
end

Bundler::GemHelper.install_tasks

desc "Run specs"
RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = "spec/**/*_spec.rb"
Expand Down

0 comments on commit 277879d

Please sign in to comment.