Skip to content

Continuous Integration

Yun Lin edited this page Nov 3, 2020 · 1 revision

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.