Continuous Integration - llmhyy/evosuite-plus-plus GitHub Wiki

Travis

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