From 4edac5281c2020e5bda5f081d622a7e47c3a884d Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Fri, 9 Oct 2020 05:02:45 -0600 Subject: [PATCH] Exclude breaking CI --- .travis.yml => .travisXX.yml | 0 CI.txt | 5 +++++ README.md | 4 ---- 3 files changed, 5 insertions(+), 4 deletions(-) rename .travis.yml => .travisXX.yml (100%) create mode 100644 CI.txt diff --git a/.travis.yml b/.travisXX.yml similarity index 100% rename from .travis.yml rename to .travisXX.yml diff --git a/CI.txt b/CI.txt new file mode 100644 index 00000000..524ee206 --- /dev/null +++ b/CI.txt @@ -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) diff --git a/README.md b/README.md index b1251088..30b8f7c4 100644 --- a/README.md +++ b/README.md @@ -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. Invoking `gradlew` will automatically download and install Gradle. Gradle will also install all additional libraries necessary to compile