troubleshooting travis jdk6 build

This commit is contained in:
Chris Frohoff
2018-11-19 08:22:36 -08:00
parent cecdd80a81
commit ecdac3988b
2 changed files with 14 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
package ysoserial;
import org.junit.Test;
public class CiTest {
@Test
public void test() {
System.out.println("System.getProperties(): " + System.getProperties());
System.out.println("System.getenv(): " + System.getenv());
}
}