Skip to content

Commit

Permalink
[CI] Updates README build status badges, GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Aug 26, 2020
1 parent e65ec56 commit 17cf1e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/7.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ 2.5, 2.6, 2.7 ]
ruby: [ 2.5, 2.6, 2.7, jruby-9.2 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -38,22 +38,3 @@ jobs:
rake bundle:clean
rake bundle:install
rake test:client
test-jruby:
strategy:
fail-fast: false
matrix:
ruby: [ jruby-9.2 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Build and test with Rake
run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
ruby -v
rake bundle:clean
rake bundle:install
rake test:unit
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This repository contains Ruby integrations for [Elasticsearch](https://www.elastic.co/products/elasticsearch).

[![7.x](https://github.com/elastic/elasticsearch-ruby/workflows/7.x/badge.svg)](https://github.com/elastic/elasticsearch-ruby/actions) [![Code Climate](https://codeclimate.com/github/elastic/elasticsearch-ruby/badges/gpa.svg)](https://codeclimate.com/github/elastic/elasticsearch-ruby)

The [`elasticsearch`](https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch)
library is a wrapper for two separate libraries:

Expand Down Expand Up @@ -84,8 +86,6 @@ or install it from a source code checkout:

## Development

[![Build Status](https://travis-ci.org/elastic/elasticsearch-ruby.svg?branch=master)](https://travis-ci.org/elastic/elasticsearch-ruby) [![Code Climate](https://codeclimate.com/github/elastic/elasticsearch-ruby/badges/gpa.svg)](https://codeclimate.com/github/elastic/elasticsearch-ruby)

To work on the code, clone and bootstrap the project first:

```
Expand Down

0 comments on commit 17cf1e8

Please sign in to comment.