Make travis use -verbose to get all the runtimes without limit (#38816)

This commit is contained in:
Kyle Spier-Swenson
2018-07-01 05:40:34 -05:00
committed by letterjay
parent 0029919b80
commit 61052ca487
+1 -1
View File
@@ -67,7 +67,7 @@ if [ "$BUILD_TOOLS" = false ]; then
fi
ln -s $HOME/libmariadb/libmariadb.so libmariadb.so
DreamDaemon tgstation.dmb -close -trusted -params "test-run&log-directory=travis"
DreamDaemon tgstation.dmb -close -trusted -verbose -params "test-run&log-directory=travis"
cat data/logs/travis/clean_run.lk
fi;
fi;