Added AppVeyor badge

Not sure why I get the bar on the left
This commit is contained in:
Bruce Eckel 2016-11-23 12:24:39 -08:00 committed by GitHub
parent 66f137e9e8
commit 4274fe5613

View File

@ -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