1
0
Fork 0

disable boost and geo tests on TravisCI

This commit is contained in:
Jan Steemann 2015-10-22 09:46:38 +02:00
parent 3899f29010
commit fc8db964f1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ make jslint || exit 1
echo
echo "$0: testing ArangoDB"
./scripts/unittest all --skipRanges true --skipTimeCritical true --skipSsl true || exit 1
./scripts/unittest all --skipRanges true --skipTimeCritical true --skipSsl true --skipBoost true --skipGeo true || exit 1
success=`cat out/UNITTEST_RESULT_EXECUTIVE_SUMMARY.json`
if test "$success" == "false"; then
exit 1