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 Nov 30, 2020
1 parent 7a649ae commit d4acff6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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 @@ -78,7 +78,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 @@ -97,7 +97,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 @@ -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 Down
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 d4acff6

Please sign in to comment.