From 1f62ab81b1c8d95bf461bb13e8cc568cdb125377 Mon Sep 17 00:00:00 2001 From: Chloe Liban Date: Thu, 26 Nov 2020 11:16:12 +0100 Subject: [PATCH] chore(circle-ci): adds badge --- .circleci/config.yml | 25 ++++++++----------------- README.md | 2 +- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0e4a94fa..d9af6837 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: /.*/ diff --git a/README.md b/README.md index cc2a5959..8cdc41ec 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

The perfect starting point to integrate Algolia within your Rails project

- Build Status + CircleCI Gem Version Code Climate ActiveRecord