Skip to content
Snippets Groups Projects
Commit 6a2d7a86 authored by esaunders's avatar esaunders
Browse files

Add quiet switch to ant command.

parent db03d742
Branches
Tags
No related merge requests found
......@@ -65,7 +65,7 @@ script:
- javac -version
- ./bootstrap && ./configure --prefix=/usr && make
- pushd bindings/java/ && ant -q dist && popd
- pushd case-uco/java/ && ant && popd
- pushd case-uco/java/ && ant -q && popd
- make check && if [ -f "tests/test-suite.log" ];then cat tests/test-suite.log; fi ; if [ -f "unit_tests/base/test-suite.log" ];then cat unit_tests/base/test-suite.log; fi
- if test ${TRAVIS_OS_NAME} = "linux"; then
pushd release && ./release-unix.pl ci && popd;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment