diff --git a/build.xml b/build.xml index eb2266d6a0..e5ab4057c1 100644 --- a/build.xml +++ b/build.xml @@ -1164,9 +1164,11 @@ classpath which only contains what we expect users to need. --> + - + + diff --git a/circle.yml b/circle.yml index 5b4c72d414..f4db2799c2 100644 --- a/circle.yml +++ b/circle.yml @@ -7,7 +7,7 @@ test: - sudo apt-get update; sudo apt-get install wamerican: parallel: true override: - - case $CIRCLE_NODE_INDEX in 0) ant eclipse-warnings; ant test ;; 1) ant long-test ;; 2) ant test-compression ;;esac: + - case $CIRCLE_NODE_INDEX in 0) ant test ;; 1) ant long-test ;; 2) ant test-compression ;; 3) ant test-clientutil-jar ;;esac: parallel: true post: