From 5358b56c8507365f3302fe2e8555eb8fc49ff85f Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Sun, 7 Feb 2021 11:35:30 -0800 Subject: [PATCH] =?UTF-8?q?Add=20Travis-ci.com=20badge=20now=20that=20it?= =?UTF-8?q?=E2=80=99s=20working=20again?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index e26b872..0c18e5e 100644 --- a/README.adoc +++ b/README.adoc @@ -9,11 +9,10 @@ v0.1.0 :caution-caption: :fire: :warning-caption: :warning: -image:https://github.com/SupernautApp/SupernautFX/workflows/Gradle%20Build/badge.svg["Build Status", link="https://github.com/SupernautApp/SupernautFX/actions"] image:https://api.bintray.com/packages/supernautapp/maven/supernaut/images/download.svg[link="https://bintray.com/supernautapp/maven/supernaut/_latestVersion"] +image:https://github.com/SupernautApp/SupernautFX/workflows/Gradle%20Build/badge.svg["Build Status", link="https://github.com/SupernautApp/SupernautFX/actions"] image:https://travis-ci.com/SupernautApp/SupernautFX.svg?branch=master["Build Status", link="https://travis-ci.com/github/SupernautApp/SupernautFX/"] image:https://api.bintray.com/packages/supernautapp/maven/supernaut/images/download.svg[link="https://bintray.com/supernautapp/maven/supernaut/_latestVersion"] -// Hide Travis and Gitlab build badges until those builds are fixed (or removed). +// Hide Gitlab build badge until build is fixed (or removed). // image:https://gitlab.com/SupernautApp/SupernautFX/badges/master/pipeline.svg[link="https://gitlab.com/SupernautApp/SupernautFX/pipelines",title="pipeline status"] -// image:https://travis-ci.org/SupernautApp/SupernautFX.svg?branch=master["Build Status", link="https://travis-ci.org/SupernautApp/SupernautFX/"] Supernaut.FX is a lightweight dependency injection framework for JavaFX applications. It is a wrapper around the core dependency injection capability of https://micronaut.io[Micronaut] (provided by the `micronaut-inject` JAR.) It enables the use of dependency injection in application, controller, and service objects.