change Makefile

This commit is contained in:
PieterGit
2017-09-10 22:55:49 +02:00
parent 1c8129958c
commit 54e14ddbde
+1 -1
View File
@@ -45,7 +45,7 @@ test:
travis:
echo -n "Create bundle" && time npm run-script bundle && echo "done" && \
time NODE_ENV=test ${MONGO_SETTINGS} \
NODE_ENV=test ${MONGO_SETTINGS} \
${ISTANBUL} cover ${MOCHA} --report lcovonly -- --timeout 30000 -R tap ${TESTS}
docker_release: