We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17e451 commit 17ec248Copy full SHA for 17ec248
1 file changed
.travis.yml
@@ -149,10 +149,10 @@ script:
149
- make -j2
150
- echo "Running tests ... "
151
- if [[ $TEST_NODB ]]; then
152
- ctest -VV -L NoDB;
+ ctest --output-on-failure -L NoDB;
153
else
154
for PG_VERSION in $PG_VERSIONS; do
155
- pg_virtualenv -v $PG_VERSION ctest -VV;
+ pg_virtualenv -v $PG_VERSION ctest --output-on-failure;
156
if [[ $? -ne "0" ]]; then exit 2; fi
157
done
158
fi
0 commit comments