We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e7913 commit 22b0013Copy full SHA for 22b0013
.travis.yml
@@ -3,10 +3,10 @@ services: docker
3
language: bash
4
env:
5
global:
6
- - VERSION=2.12.0-1
+ - VERSION=3.0.0
7
- REPO=multiarch/qemu-user-static
8
- - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/2.12.0/4.fc29/x86_64/qemu-user-static-2.12.0-4.fc29.x86_64.rpm"
9
- - PACKAGE_FILENAME=qemu-user-static-2.12.0-4.fc29.x86_64.rpm
+ - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/3.0.0/1.fc30/x86_64/qemu-user-static-3.0.0-1.fc30.x86_64.rpm"
+ - PACKAGE_FILENAME=qemu-user-static-3.0.0-1.fc30.x86_64.rpm
10
branches:
11
only:
12
- master
0 commit comments