Skip to content

Commit

Permalink
Add gem/buildkite badges and add Ruby 2.3 testing (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Oct 18, 2019
1 parent 1534dc1 commit 85f1047
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
steps:

- label: run-specs-ruby-2.3
command:
- .expeditor/run_linux_tests.sh "rake"
expeditor:
executor:
docker:
image: ruby:2.3

- label: run-specs-ruby-2.4
command:
- .expeditor/run_linux_tests.sh "rake"
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Stove

[![Gem Version](http://img.shields.io/gem/v/stove.svg?style=flat-square)][gem] [![Build Status](http://img.shields.io/travis/chef/stove.svg?style=flat-square)][travis]
[![Gem Version](https://badge.fury.io/rb/stove.svg)](https://badge.fury.io/rb/stove) [![Build status](https://badge.buildkite.com/a699c008d0134dffca2b463884061641bfee761e206e5c18ac.svg?branch=master)](https://buildkite.com/chef-oss/chef-stove-master-verify)

A utility for releasing and managing Chef Infra Cookbooks. Stove will:

Expand Down Expand Up @@ -123,7 +123,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

[gem]: https://rubygems.org/gems/stove
[travis]: http://travis-ci.org/chef/stove
```

0 comments on commit 85f1047

Please sign in to comment.