diff --git a/.travis.yml b/.travis.yml index 39bac4c..701fc72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,9 @@ addons: - cpio env: global: - - VERSION=3.1.0-3 + - VERSION=4.0.0 - REPO=multiarch/qemu-user-static - - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/3.1.0/6.fc30/x86_64/qemu-user-static-3.1.0-6.fc30.x86_64.rpm" + - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.0.0/1.fc31/x86_64/qemu-user-static-4.0.0-1.fc31.x86_64.rpm" - PACKAGE_FILENAME=$(basename "$PACKAGE_URI") before_script: - wget --content-disposition $PACKAGE_URI