From d2ce081264bc5dc8d8644d8f9ef269be6e4901c3 Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Sun, 21 Jun 2020 21:16:56 +1000 Subject: [PATCH] Update CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc2ab3d..7317bbb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Example Code Repository -[![Travis CI Status](https://travis-ci.org/thombergs/code-examples.svg?branch=master)](https://travis-ci.org/thombergs/code-examples) +[![CI](https://github.com/thombergs/code-examples/workflows/CI/badge.svg)](https://github.com/thombergs/code-examples/actions?query=workflow%3ACI) This repo contains example projects which show how to use different (not only) Java technologies. The examples are usually accompanied by a blog post on [https://reflectoring.io](https://reflectoring.io).