提交 20d14461 编写于 作者: K Kurt Roeckx

coveralls: Use gcov-5 since we build it using gcc-5

Reviewed-by: NEmilia Käsper <emilia@openssl.org>

GH: #2003
上级 0528f253
......@@ -125,7 +125,7 @@ script:
after_success:
- if [ -n "$COVERALLS" ]; then
coveralls -b . --gcov-options '\-lp';
coveralls -b . --gcov gcov-5 --gcov-options '\-lp';
fi;
notifications:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册