From 289946ccb41adaf9cbf02fe170eb965d56b08c69 Mon Sep 17 00:00:00 2001 From: "Deng, Qian" Date: Tue, 16 Jan 2018 19:40:31 +0800 Subject: [PATCH] Update package.js Using fixed version number to reduce the npm log in travis --- tests/run-clarity-ut.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/run-clarity-ut.sh b/tests/run-clarity-ut.sh index 50d6a330b..f67c67425 100644 --- a/tests/run-clarity-ut.sh +++ b/tests/run-clarity-ut.sh @@ -6,7 +6,5 @@ cd /harbor_src mv /harbor_resources/node_modules ./ -npm install -npm run test > ./npm-ut-test-results - - +npm install -q --no-progress +npm run test > ./npm-ut-test-results \ No newline at end of file