提交 cd29a003 编写于 作者: F Felix Becker

Make npm logs less verbose in CI

上级 0c18d660
......@@ -41,6 +41,9 @@ before_install:
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
# Make npm logs less verbose
- npm config set depth 0
- npm config set loglevel warn
install:
- ./scripts/npm.sh install
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册