提交 6ebb00cd 编写于 作者: D Daniel P. Berrangé

travis: explicitly include gnutls to ensure it is updated

Travis includes gnutls in the default package set, but it is
an outdated version linkng to an incompatible libffi version.
The 'update: true' stanza causes the brew toolchain to be
updated but not the installed formula. It is possible to
run 'brew upgrade' to update installed formula, but this is
very slow adding more than 5 minutes to the build time.
Listing the gnutls package explicitly causes it to be updated
without extending the build time.
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 c3ace7e2
......@@ -16,6 +16,7 @@ addons:
- yajl
- glib
- docutils
- gnutls
matrix:
include:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册