This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new aa7a8fc33 README: Update CI status badges
aa7a8fc33 is described below

commit aa7a8fc33151e7067c27511a3f01463b543b717e
Author: Szymon Janc <[email protected]>
AuthorDate: Tue Jan 31 00:18:06 2023 +0100

    README: Update CI status badges
    
    Switch from Travis to GH Actions badges.
---
 README.md | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 88370cef3..f9f3bfb35 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,19 @@
 
 ## Overview
 
-[![Build/Test](https://travis-ci.org/apache/mynewt-core.svg?branch=master)][travis]
+<a 
href="https://github.com/apache/mynewt-core/actions/workflows/build_targets.yml";>
+  <img 
src="https://github.com/apache/mynewt-core/actions/workflows/build_targets.yml/badge.svg";>
+<a/>
 
-[travis]: https://travis-ci.org/apache/mynewt-core
+<a 
href="https://github.com/apache/mynewt-core/actions/workflows/build_blinky.yml";>
+  <img 
src="https://github.com/apache/mynewt-core/actions/workflows/build_blinky.yml/badge.svg";>
+<a/>
+
+<a 
href="https://github.com/apache/mynewt-core/actions/workflows/newt_test_all.yml/badge.svg";>
+  <img 
src="https://github.com/apache/mynewt-core/actions/workflows/newt_test_all.yml/badge.svg";>
+<a/>
+
+<p>
 
 Apache Mynewt is an open-source operating system for tiny embedded devices.
 Its goal is to make it easy to develop applications for microcontroller

Reply via email to