From 1fa4bcdf15ba5776c77f1c22ab24dd4ca220af3e Mon Sep 17 00:00:00 2001 From: Sergey Kuvakin Date: Thu, 22 Feb 2018 10:16:20 +0300 Subject: [PATCH] qemu 2.11.0 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 35e0b89..4af65db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ services: docker language: bash env: global: - - VERSION=2.9.1-1 + - VERSION=2.11.0 - REPO=multiarch/qemu-user-static - - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/2.9.1/2.fc26/x86_64/qemu-user-static-2.9.1-2.fc26.x86_64.rpm" - - PACKAGE_FILENAME=qemu-user-static-2.9.1-2.fc26.x86_64.rpm + - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/2.11.0/4.fc28.1/x86_64/qemu-user-static-2.11.0-4.fc28.1.x86_64.rpm" + - PACKAGE_FILENAME=qemu-user-static-2.11.0-4.fc28.1.x86_64.rpm branches: only: - master