Skip to content

Commit fea6868

Browse files
committed
Updated travis to include qemu-utils to install qemu-img
Signed-off-by: Waldemar Kozaczuk <[email protected]>
1 parent 5b4cb17 commit fea6868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ go:
77

88
before_install:
99
- sudo apt-get update -qq
10-
- sudo apt-get install qemu-kvm
10+
- sudo apt-get install qemu-kvm qemu-utils
1111
- export PATH=/home/travis/gopath/bin:$PATH
1212
- go get gopkg.in/check.v1
1313

0 commit comments

Comments
 (0)