From dc5cd196ed19586c0f901135359219138aff70e6 Mon Sep 17 00:00:00 2001 From: buthed010203 Date: Wed, 17 Feb 2021 19:44:04 -0500 Subject: [PATCH 1/2] Use github build status (#4718) Why does this still use travis? It was ditched months ago --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97aece9742..86d8a207e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Logo](core/assets-raw/sprites/ui/logo.png) -[![Build Status](https://travis-ci.org/Anuken/Mindustry.svg?branch=master)](https://travis-ci.org/Anuken/Mindustry) +[![Build Status](https://github.com/Anuken/Mindustry/workflows/Tests/badge.svg?event=push)](https://github.com/Anuken/Mindustry/actions) [![Discord](https://img.shields.io/discord/391020510269669376.svg?logo=discord&logoColor=white&logoWidth=20&labelColor=7289DA&label=Discord)](https://discord.gg/mindustry) A sandbox tower defense game written in Java. From 0bf0d48a021267d54cd088ca6ccc1266de70be1f Mon Sep 17 00:00:00 2001 From: buthed010203 Date: Thu, 18 Feb 2021 10:24:52 -0500 Subject: [PATCH 2/2] Make status colors the same (#4719) It bothers me ok --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86d8a207e0..109bc42fdb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Logo](core/assets-raw/sprites/ui/logo.png) [![Build Status](https://github.com/Anuken/Mindustry/workflows/Tests/badge.svg?event=push)](https://github.com/Anuken/Mindustry/actions) -[![Discord](https://img.shields.io/discord/391020510269669376.svg?logo=discord&logoColor=white&logoWidth=20&labelColor=7289DA&label=Discord)](https://discord.gg/mindustry) +[![Discord](https://img.shields.io/discord/391020510269669376.svg?logo=discord&logoColor=white&logoWidth=20&labelColor=7289DA&label=Discord&color=17cf48)](https://discord.gg/mindustry) A sandbox tower defense game written in Java.