From 03707426e43d03cccc1de2e7284de168b79f7bf6 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Sun, 28 Feb 2021 00:12:49 +0200 Subject: [PATCH] Remove Travis CI badge and move Github Actions badge. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6db0c34..25bb57a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # Chronos - An efficient library for asynchronous programming -[![Build Status (Travis)](https://img.shields.io/travis/status-im/nim-chronos/master.svg?label=Linux%20/%20macOS "Linux/macOS build status (Travis)")](https://travis-ci.org/status-im/nim-chronos) +![Github action](https://github.com/status-im/nim-chronos/workflows/nim-chronos%20CI/badge.svg) [![Windows build status (AppVeyor)](https://img.shields.io/appveyor/ci/nimbus/nim-asyncdispatch2/master.svg?label=Windows "Windows build status (Appveyor)")](https://ci.appveyor.com/project/nimbus/nim-asyncdispatch2) [![License: Apache](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ![Stability: experimental](https://img.shields.io/badge/stability-experimental-orange.svg) -![Github action](https://github.com/status-im/nim-chronos/workflows/nim-chronos%20CI/badge.svg) ## Introduction