diff --git a/.travis.yml b/.travis.yml index 2c0dedd0a..bb0b5b3ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,6 @@ language: java jdk: - oraclejdk7 script: - - "ant -buildfile core/build.xml clean checkascii build jar" - - "ant -buildfile core/build.xml unittest" + - "cd core" + - "ant -buildfile build.xml clean checkascii build jar" + - "ant -buildfile build.xml unittest-no-junit-report" diff --git a/core/build.xml b/core/build.xml index 35e1f66ce..9b79cf566 100644 --- a/core/build.xml +++ b/core/build.xml @@ -299,5 +299,36 @@ ${nonascii} Unit tests passed successfully. + + + + Building unit tests + + + + Running unit tests + + + + + + + + + + + + + + + + + + + + Unit tests passed successfully. + + +