1
0
Fork 0

switch travisCI to the javascript unittesting framework

This commit is contained in:
Wilfried Goesgens 2015-09-21 17:03:13 +02:00
parent 3af172c8a1
commit 127d5e8a91
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ make jslint || exit 1
echo
echo "$0: testing ArangoDB"
make unittests-shell-server unittests-shell-server-aql unittests-http-server SKIP_RANGES=1 || exit 1
./scripts/unittest all --skipRanges true --skipTimeCritical true --skipSsl true || exit 1
echo
echo "$0: done"