diff --git a/build.xml b/build.xml index f07060dce3..61c1c22092 100644 --- a/build.xml +++ b/build.xml @@ -1224,11 +1224,13 @@ classpath which only contains what we expect users to need. --> + - + + diff --git a/circle.yml b/circle.yml index a51cf2500a..eefb5f9b5c 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 -Dtest.runners=1;; 1) ant long-test ;; 2) ant test-compression ;;esac: + - case $CIRCLE_NODE_INDEX in 0) ant test -Dtest.runners=1 ;; 1) ant long-test ;; 2) ant test-compression ;; 3) ant eclipse-warnings ;;esac: parallel: true post: