From 8b98da8ac6072ccbb8e6d051b66e30b8c3131650 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Fri, 16 Oct 2020 13:25:16 +0700 Subject: [PATCH] Update travis-ci badge Moved from travis-ci.org -> travis-ci.com. Former-commit-id: a92d4d65d93e13a24b385492eb2528dadbdb3969 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 530d596..3fc0ea8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![Version](https://img.shields.io/badge/version-0.1.0-orange.svg) ![Godot Version](https://img.shields.io/badge/godot-3.2+-blue.svg) ![License](https://img.shields.io/badge/license-MIT-green.svg) -[![Build Status](https://travis-ci.org/lihop/godot-xterm.svg?branch=master)](https://travis-ci.org/lihop/godot-xterm) +[![Build Status](https://travis-ci.com/lihop/godot-xterm.svg?branch=master)](https://travis-ci.com/lihop/godot-xterm) Terminal emulator for Godot using GDNative and [libtsm](https://github.com/Aetf/libtsm).