From 352d947770295c005ac85c1217bb7e2617d40c08 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 14 Oct 2014 23:25:54 +0200 Subject: [PATCH] debugging done, no need to be so verbose --- s/travis-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/travis-build b/s/travis-build index 88b95d850..b08a5a890 100755 --- a/s/travis-build +++ b/s/travis-build @@ -13,4 +13,4 @@ cd build && cmake .. \ -DCMAKE_BUILD_TYPE=Debug .. && \ make && cd .. && inifile && build/eressea/test_eressea && -build/eressea/eressea -v1 scripts/run-tests.lua +build/eressea/eressea -v0 scripts/run-tests.lua