-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
-./bootstrap && ./configure --prefix=/usr && make
-if test ${TRAVIS_OS_NAME} = "linux"; then cd release; ./release-unix.pl ci; fi
-pushd bindings/java/ && ant -q dist-PostgreSQL && 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