Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit c6dd76c

Browse files
authored
Merge pull request #493 from bergwolf/qemu-2.4
travis-ci: use hyperhq/qemu 2.4.1-template
2 parents 73016ca + 0d09e8b commit c6dd76c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ matrix:
1010

1111
before_install:
1212
- sudo apt-get update -qq
13-
- sudo apt-get install -y autoconf automake pkg-config libdevmapper-dev libvirt-dev qemu libvirt-bin -qq
13+
- sudo apt-get install -y -qq autoconf automake pkg-config libdevmapper-dev libvirt-dev libvirt-bin wget libaio1 libpixman-1-0
14+
- wget https://s3-us-west-1.amazonaws.com/hypercontainer-download/qemu-hyper/qemu-hyper_2.4.1-1_amd64.deb && sudo dpkg -i --force-all qemu-hyper_2.4.1-1_amd64.deb
1415
- git clone https://github.com/hyperhq/hyperstart.git ${GOPATH}/src/github.com/hyperhq/hyperstart
1516

1617
# override the default `install`, otherwise default `install` will export ${TRAVIS_BUILD_DIR}/Godeps/_workspace as GOPATH

0 commit comments

Comments
 (0)