Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc94cad

Browse files
committed
Appveyor broken
They are giving an error message that using build_script formerly fixed. Commented out both CI results.
1 parent d56a8da commit cc94cad

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![](https://travis-ci.org/BruceEckel/OnJava8-Examples.svg?branch=master)](https://travis-ci.org/BruceEckel/OnJava8-Examples)
1+
[comment]: <> [![](https://travis-ci.org/BruceEckel/OnJava8-Examples.svg?branch=master)](https://travis-ci.org/BruceEckel/OnJava8-Examples)
22

3-
[![](https://ci.appveyor.com/api/projects/status/github/BruceEckel/OnJava8-Examples)](https://ci.appveyor.com/project/BruceEckel/onjava-examples)
3+
[comment]: <> [![](https://ci.appveyor.com/api/projects/status/github/BruceEckel/OnJava8-Examples)](https://ci.appveyor.com/project/BruceEckel/onjava-examples)
44

5-
To compile and run these programs, you only need JDK 8 installed.
5+
To compile and run these programs, you only need JDK 8 installed.
66
Invoking `gradlew` will automatically download and install Gradle.
77
Gradle will also install all additional libraries necessary to compile
88
and run the Java examples in the book.

appveyor.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

appveyorXX.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build_script:
2+
- gradlew.bat --no-daemon --stacktrace run
3+
4+
test: off

0 commit comments

Comments
 (0)