Skip to content

Commit

Permalink
chore(circle-ci): adds badge
Browse files Browse the repository at this point in the history
  • Loading branch information
chloelbn committed Dec 22, 2020
1 parent 7a649ae commit 1f62ab8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
25 changes: 8 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ version: 2.1

jobs:
tests_rails_3:
description: Build, unit and integration tests for Ruby
description: Build, unit and integration tests
parameters:
version:
type: string
Expand All @@ -59,12 +59,12 @@ jobs:
- checkout
- run: *credentials
- run: *check_bundler
# - restore_cache: *restore_cache
- restore_cache: *restore_cache
- run: *install_bundler
- save_cache: *save_cache
- run: *run_tests
tests_rails_4:
description: Build, unit and integration tests for Ruby
description: Build, unit and integration tests
parameters:
version:
type: string
Expand All @@ -78,12 +78,12 @@ jobs:
- checkout
- run: *credentials
- run: *check_bundler
# - restore_cache: *restore_cache
- restore_cache: *restore_cache
- run: *install_bundler
- save_cache: *save_cache
- run: *run_tests
tests_rails_5:
description: Build, unit and integration tests for Ruby
description: Build, unit and integration tests
parameters:
version:
type: string
Expand All @@ -97,12 +97,12 @@ jobs:
- checkout
- run: *credentials
- run: *check_bundler
# - restore_cache: *restore_cache
- restore_cache: *restore_cache
- run: *install_bundler
- save_cache: *save_cache
- run: *run_tests
tests_rails_6:
description: Build, unit and integration tests for Ruby
description: Build, unit and integration tests
parameters:
version:
type: string
Expand All @@ -116,7 +116,7 @@ jobs:
- checkout
- run: *credentials
- run: *check_bundler
# - restore_cache: *restore_cache
- restore_cache: *restore_cache
- run: *install_bundler
- save_cache: *save_cache
- run: *run_tests
Expand All @@ -131,24 +131,15 @@ workflows:
version: ['2.2', '2.3', '2.4']
rails-version: ['4.2']
sequel-version: ['4.0']
filters:
tags:
only: /.*/
- tests_rails_5:
matrix:
parameters:
version: ['2.2', '2.3', '2.4', '2.5', '2.6', '2.7']
rails-version: ['5.1']
sequel-version: ['4.0', '5.0']
filters:
tags:
only: /.*/
- tests_rails_6:
matrix:
parameters:
version: ['2.5', '2.6', '2.7']
rails-version: ['6.0']
sequel-version: ['4.0', '5.0']
filters:
tags:
only: /.*/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h4 align="center">The perfect starting point to integrate <a href="https://algolia.com" target="_blank">Algolia</a> within your Rails project</h4>

<p align="center">
<a href="https://travis-ci.org/algolia/algoliasearch-rails"><img src="https://img.shields.io/travis/algolia/algoliasearch-rails/master.svg" alt="Build Status"></img></a>
<a href="https://circleci.com/gh/algolia/algoliasearch-rails"><img src="https://circleci.com/gh/algolia/algoliasearch-rails.svg?style=shield" alt="CircleCI" /></a>
<a href="http://badge.fury.io/rb/algoliasearch-rails"><img src="https://badge.fury.io/rb/algoliasearch-rails.svg" alt="Gem Version"></img></a>
<a href="https://codeclimate.com/github/algolia/algoliasearch-rails"><img src="https://codeclimate.com/github/algolia/algoliasearch-rails.svg" alt="Code Climate"></img></a>
<img src="https://img.shields.io/badge/ActiveRecord-yes-blue.svg?style=flat-square" alt="ActiveRecord"></img>
Expand Down

0 comments on commit 1f62ab8

Please sign in to comment.