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