diff options
-rw-r--r-- | .github/CODEOWNERS | 5 | ||||
-rw-r--r-- | .travis.yml | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 59c6d93..fee8d42 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,4 @@ -* @chef/client-maintainers +# Order is important. The last matching pattern has the most precedence. + +* @chef/client-maintainers +.expeditor/** @chef/jex-team diff --git a/.travis.yml b/.travis.yml index 15d8bc0..6468eb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ language: ruby cache: bundler sudo: false rvm: - - 2.2.5 - - 2.3.1 + - 2.4.4 + - 2.5.1 branches: only: - master |