Skip to content

Commit

Permalink
Updated travis to include qemu-utils to install qemu-img
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Kozaczuk <jwkozaczuk@gmail.com>
  • Loading branch information
wkozaczuk committed Aug 2, 2019
1 parent 5b4cb17 commit fea6868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go:

before_install:
- sudo apt-get update -qq
- sudo apt-get install qemu-kvm
- sudo apt-get install qemu-kvm qemu-utils
- export PATH=/home/travis/gopath/bin:$PATH
- go get gopkg.in/check.v1

Expand Down

0 comments on commit fea6868

Please sign in to comment.