summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-24 19:24:56 -0700
committerTim Smith <tsmith@chef.io>2019-04-24 19:24:56 -0700
commit1edbb97994e9c1facfd76e262a1ca20c41b1d085 (patch)
treeec3c46f0928c497af67a52de4caded3a8be46acb
parent376ddab3e05827638fab6113277384fa5be14165 (diff)
downloadohai-buildkite.tar.gz
Remove travis configsbuildkite
Switch this repo to Buildkite Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml32
-rw-r--r--README.md8
2 files changed, 4 insertions, 36 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 514f08f0..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-language: ruby
-cache: bundler
-dist: xenial
-
-branches:
- only:
- - master
- - 14-stable
- - 13-stable
-
-bundler_args: --jobs 7 --without docs debug
-
-before_install:
- - gem --version
- - rvm @global do gem uninstall bundler -a -x -I || true
- - gem install bundler --no-document
- - bundle --version
- - rm -f .bundle/config
-
-rvm:
- - 2.5.5
- - 2.6.2
- - ruby-head
-
-matrix:
- allow_failures:
- - rvm: ruby-head
-
-script:
- - bundle exec chefstyle -v
- - bundle exec rake
- - bundle exec ohai
diff --git a/README.md b/README.md
index 6d488ed8..fc719c45 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
# ohai
-[![Build Status Master](https://travis-ci.org/chef/ohai.svg?branch=master)](https://travis-ci.org/chef/ohai) [![Build Status Master](https://ci.appveyor.com/api/projects/status/github/chef/ohai?branch=master&svg=true&passingText=master%20-%20Ok&pendingText=master%20-%20Pending&failingText=master%20-%20Failing)](https://ci.appveyor.com/project/Chef/ohai/branch/master) [![Gem Version](https://badge.fury.io/rb/ohai.svg)](https://badge.fury.io/rb/ohai)
+[![Build Status](https://badge.buildkite.com/aa0b961fc3e5bed315c7035c6d60a4aaee57af9610cbde9a15.svg?branch=master)](https://buildkite.com/chef-oss/chef-ohai-master-verify) [![Build Status Master](https://ci.appveyor.com/api/projects/status/github/chef/ohai?branch=master&svg=true&passingText=master%20-%20Ok&pendingText=master%20-%20Pending&failingText=master%20-%20Failing)](https://ci.appveyor.com/project/Chef/ohai/branch/master) [![Gem Version](https://badge.fury.io/rb/ohai.svg)](https://badge.fury.io/rb/ohai)
-**Umbrella Project**: [Chef Infra](https://github.com/chef/chef-oss-practices/blob/master/teams/chef-infra.md)
+**Umbrella Project**: [Chef Infra](https://github.com/chef/chef-oss-practices/blob/master/projects/chef-infra.md)
**Project State**: [Active](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md#active)
-**Issues Response SLA**: 10 business days
+**Issues [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md)**: 14 days
-**Pull Request Response SLA**: 10 business days
+**Pull Request [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md)**: 14 days
## Description