
On Wed, 2018-07-25 at 12:58 +0100, Daniel P. Berrangé wrote:
Add latest go 1.10 to matrix and (arbitrarily) trim out 1.6 and 1.8
Add libvirt 4.5.0 and (arbitrarily) trim out 1.2.10
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml index 1bdb48f..7cd7587 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,17 +5,16 @@ sudo: require
go: - 1.5 - - 1.6 - 1.7 - - 1.8 - 1.9 + - 1.10
env: - LIBVIRT=1.2.0 EXT=gz - - LIBVIRT=1.2.10 EXT=gz - LIBVIRT=1.2.20 EXT=gz - LIBVIRT=2.5.0 EXT=xz - LIBVIRT=3.6.0 EXT=xz + - LIBVIRT=4.5.0 EXT=xz
Looks sane enough, so I'll (arbitrarily) give it a Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization