From 7bb367b454fc8208d5d2bc38e218e2f43b643237 Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Thu, 3 Nov 2016 17:00:33 -0700 Subject: [PATCH] Added Travis URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d9423dc..f780794d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](https://travis-ci.org/BruceEckel/OnJava8-Examples.svg?branch=master) +![https://travis-ci.org/BruceEckel/OnJava8-Examples](https://travis-ci.org/BruceEckel/OnJava8-Examples.svg?branch=master) To compile and run these programs, you only need JDK 8 installed. Invoking `gradlew` will automatically download and install Gradle.