From 6df01a8b25ecabfeb2e69b98824a17839a501dd8 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Tue, 20 Jun 2017 12:19:42 +0200 Subject: [PATCH] tests are now run on local cluster, not travis --- Installation/travisCI/build.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Installation/travisCI/build.sh b/Installation/travisCI/build.sh index b381fa5c91..5801573f96 100755 --- a/Installation/travisCI/build.sh +++ b/Installation/travisCI/build.sh @@ -19,13 +19,7 @@ echo "CXX: $CXX" echo echo "$0: compiling ArangoDB" -(cd build && make -j4) - -echo -echo "$0: testing ArangoDB" - -ulimit -c unlimited -S # enable core files -./scripts/quickieTest.sh +(cd build && make -j5) echo echo "$0: done"