Skip to content
Snippets Groups Projects
Commit 43a0cf5d authored by rishwanth1995's avatar rishwanth1995
Browse files

made ant quiet in appveyor and travis

parent 907b1c7b
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ build_script:
- python win32\updateAndBuildAll.py -m
- ps: ant -version
- ps: pushd bindings/java
- cmd: ant dist-PostgreSQL
- cmd: ant -q dist-PostgreSQL
- ps: popd
test: off
......@@ -24,4 +24,4 @@ fi
installLib libvhdi
installLib libvmdk
./bootstrap && ./configure --prefix=/usr && make > /dev/null
cd bindings/java/ && ant dist-PostgreSQL
cd bindings/java/ && ant -q dist-PostgreSQL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment