mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-23 23:41:53 +08:00
troubleshooting travis jdk6 build
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user