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