summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-06-13 12:44:47 +0100
committerThom May <thom@chef.io>2018-06-13 12:44:47 +0100
commit25e8e0d6f6919c6b07c537e2e0fb814c74d12dfb (patch)
tree1b111c087264ad3a344ece02a8fa3ef3f4fc139a
parent8795d1cb409607f396fefba732d800e2fefeeef1 (diff)
downloadmixlib-config-tm/configurate.tar.gz
Tidy up teststm/configurate
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--.github/CODEOWNERS5
-rw-r--r--.travis.yml4
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