From 0d09e8b7b0e0aa9ce928ff529ccb99d45f6024bb Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Tue, 18 Apr 2017 15:29:50 +0800 Subject: [PATCH] travis-ci: use hyperhq/qemu Signed-off-by: Peng Tao --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b4eecb1e..170573b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,8 @@ matrix: before_install: - sudo apt-get update -qq - - sudo apt-get install -y autoconf automake pkg-config libdevmapper-dev libvirt-dev qemu libvirt-bin -qq + - sudo apt-get install -y -qq autoconf automake pkg-config libdevmapper-dev libvirt-dev libvirt-bin wget libaio1 libpixman-1-0 + - 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 - git clone https://github.com/hyperhq/hyperstart.git ${GOPATH}/src/github.com/hyperhq/hyperstart # override the default `install`, otherwise default `install` will export ${TRAVIS_BUILD_DIR}/Godeps/_workspace as GOPATH