diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-23 11:48:20 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-23 11:48:20 -0700 |
commit | 6345a1368e1de4b44fa26c40df7615d28894a9e4 (patch) | |
tree | 19fec1f9928d010e1346b59982b743540c083e52 /.travis.yml | |
parent | 7ad076b72d383f476f554dfc4821f5b9c02467aa (diff) | |
download | mixlib-log-6345a1368e1de4b44fa26c40df7615d28894a9e4.tar.gz |
Expand testing / Update GitHub templates
Add a contributing.md file
Update codeowners for the new teams
Add new github templates
Test on all the ruby versions in appveyor
Add issue locking
Fix expeditor for the new issue labels
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 6275b42..753e3a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,15 +12,15 @@ matrix: include: - rvm: 2.3.8 - rvm: 2.4.5 - - rvm: 2.5.3 - - rvm: 2.6 + - rvm: 2.5.5 + - rvm: 2.6.2 - rvm: ruby-head allow_failures: - rvm: ruby-head branches: only: - - master + - master bundler_args: --without docs development |