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

travis: drop precise distro jobs

The precise distro is marked deprecated in travis and will be dropped
entirely in 2 months time.
Reviewed-by: NAndrea Bolognani <abologna@redhat.com>
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 900383f5
...@@ -4,12 +4,8 @@ cache: ccache ...@@ -4,12 +4,8 @@ cache: ccache
matrix: matrix:
include: include:
- compiler: gcc
dist: precise
- compiler: gcc - compiler: gcc
dist: trusty dist: trusty
- compiler: clang
dist: precise
- compiler: clang - compiler: clang
dist: trusty dist: trusty
- compiler: clang - compiler: clang
...@@ -89,9 +85,6 @@ env: ...@@ -89,9 +85,6 @@ env:
# The custom $PATH is just to pick up some extra binaries installed # The custom $PATH is just to pick up some extra binaries installed
# through homebrew on macOS and it's completely harmless on Linux # through homebrew on macOS and it's completely harmless on Linux
- PATH="/usr/local/opt/gettext/bin:/usr/local/opt/rpcgen/bin:$PATH" - PATH="/usr/local/opt/gettext/bin:/usr/local/opt/rpcgen/bin:$PATH"
# The hyperv driver fails to build with clang on precise due to this
# error being raised in one of openwsman header files
- CFLAGS="-Wno-error=variadic-macros"
- VIR_TEST_DEBUG=1 - VIR_TEST_DEBUG=1
before_install: before_install:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册