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

Skip to content

Commit 0f85a79

Browse files
committed
ProcessFiles main() won't run on Travis CI
But the compiled module is still required.
1 parent 91ef314 commit 0f85a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onjava/ProcessFiles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// (c)2017 MindView LLC: see Copyright.txt
33
// We make no guarantees that this code is fit for any purpose.
44
// Visit http://OnJava8.com for more book information.
5-
// {ExcludeFromTravisCI}
5+
// {ValidateByHand} // main() won't run on Travis CI
66
// {java onjava.ProcessFiles}
77
package onjava;
88
import java.io.*;

0 commit comments

Comments
 (0)