Continuous Integration - llmhyy/evosuite-plus-plus GitHub Wiki
Travis
- When running evosuite in Travis, we need to suppress log4j trace by setting the logback.xml file in src/test/resources.
- In Evosuite++, we use JFX to visualize the debugging process, thus only oraclejdk8 is supported (not openjdk8) for maven compiling.