summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-31 23:54:53 -0700
committerTim Smith <tsmith84@gmail.com>2019-08-06 20:33:17 -0700
commite123e687c9c0a5a27c2bee014c0684c1153ffda0 (patch)
treecbfb50f0b4a4877f1d6df9f21e026a11ac35a073
parenta338f147c50c1248a4aeee84cd093470e34d4171 (diff)
downloadmixlib-authentication-e123e687c9c0a5a27c2bee014c0684c1153ffda0.tar.gz
Update project owner + Remove Travis CI
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md15
-rw-r--r--.travis.yml26
-rw-r--r--README.md2
3 files changed, 1 insertions, 42 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644
index 0df03f8..0000000
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,15 +0,0 @@
-### Description
-
-[Please describe what this change achieves]
-
-### Issues Resolved
-
-[List any existing issues this PR resolves, or any Discourse or
-StackOverflow discussions that are relevant]
-
-### Check List
-
-- [ ] New functionality includes tests
-- [ ] All tests pass
-- [ ] All commits have been signed-off for the Developer Certificate of Origin. See <https://github.com/chef/chef/blob/master/CONTRIBUTING.md#developer-certification-of-origin-dco>
-- [ ] PR title is a worthy inclusion in the CHANGELOG \ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 4a40d95..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-language: ruby
-cache: bundler
-dist: xenial
-
-before_install:
- - gem install bundler || true
- - bundle --version
- - gem update --system
- - gem --version
-
-matrix:
- include:
- - rvm: 2.4.5
- - rvm: 2.5.5
- - rvm: 2.6.2
- - rvm: ruby-head
- allow_failures:
- - rvm: ruby-head
-
-branches:
- only:
- - master
-
-bundler_args: --without docs development
-
-script: bundle exec rake
diff --git a/README.md b/README.md
index 9f2c2c0..91fcbe1 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Mixlib::Authentication
-[![Build Status Master](https://travis-ci.org/chef/mixlib-authentication.svg?branch=master)](https://travis-ci.org/chef/mixlib-authentication) [![Gem Version](https://badge.fury.io/rb/mixlib-authentication.svg)](https://badge.fury.io/rb/mixlib-authentication)
+[![Gem Version](https://badge.fury.io/rb/mixlib-authentication.svg)](https://badge.fury.io/rb/mixlib-authentication)
**Umbrella Project**: [Chef Foundation](https://github.com/chef/chef-oss-practices/blob/master/projects/chef-foundation.md)