From ab1af057312f41b724345ef7eefc0efa851b8ad9 Mon Sep 17 00:00:00 2001 From: Juraj Blahunka Date: Mon, 4 Jul 2022 09:23:27 +0200 Subject: [PATCH] Add GH Test Action to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbc4b5c..42c4a52 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CarthageRemoteCache -[![Build Status](https://travis-ci.org/kayak/carthage_remote_cache.svg?branch=master)](https://travis-ci.org/kayak/carthage_remote_cache) +[![Test Status](https://github.com/kayak/carthage_remote_cache/actions/workflows/ruby.yml/badge.svg)](https://github.com/kayak/carthage_remote_cache/actions/workflows/ruby.yml) [![Gem Version](https://badge.fury.io/rb/carthage_remote_cache.svg)](https://badge.fury.io/rb/carthage_remote_cache) Centralized cache to serve Carthage frameworks. Useful for distributed CI setup with several build machines. It's aware of your `xcodebuild` and `swift` versions and builds on top of Carthage's `.xyz.version` file mechanism.