From 4274fe561397bb58275de856d2d15105b8aa2af4 Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Wed, 23 Nov 2016 12:24:39 -0800 Subject: [PATCH] Added AppVeyor badge Not sure why I get the bar on the left --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6e2cd716..b0e1ef65 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![](https://travis-ci.org/BruceEckel/OnJava8-Examples.svg?branch=master)](https://travis-ci.org/BruceEckel/OnJava8-Examples) +[![](https://ci.appveyor.com/api/projects/status/github/BruceEckel/OnJava8-Examples)](https://ci.appveyor.com/api/projects/status/github/BruceEckel/OnJava8-Examples) + To compile and run these programs, you only need JDK 8 installed. Invoking `gradlew` will automatically download and install Gradle. Gradle will also install all additional libraries necessary to compile