Exclude breaking CI

This commit is contained in:
Bruce Eckel 2020-10-09 05:02:45 -06:00
parent cc94cad718
commit 4edac5281c
3 changed files with 5 additions and 4 deletions

5
CI.txt Normal file
View File

@ -0,0 +1,5 @@
Links formerly in the README. Both of these mysteriously started breaking.
[![](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/project/BruceEckel/onjava-examples)

View File

@ -1,7 +1,3 @@
[comment]: <> [![](https://travis-ci.org/BruceEckel/OnJava8-Examples.svg?branch=master)](https://travis-ci.org/BruceEckel/OnJava8-Examples)
[comment]: <> [![](https://ci.appveyor.com/api/projects/status/github/BruceEckel/OnJava8-Examples)](https://ci.appveyor.com/project/BruceEckel/onjava-examples)
To compile and run these programs, you only need JDK 8 installed. To compile and run these programs, you only need JDK 8 installed.
Invoking `gradlew` will automatically download and install Gradle. Invoking `gradlew` will automatically download and install Gradle.
Gradle will also install all additional libraries necessary to compile Gradle will also install all additional libraries necessary to compile