summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-06-04 16:38:14 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-06-04 16:38:14 +0200
commit59dae9a76607b2d5a983ff11df743e2e54f1965a (patch)
tree7d8232094abe99e4cc10428f027b1993a1d036d8 /.travis.yml
parente1c982e4db74ecd60a848e0ede1aca2f8ce55510 (diff)
downloadserenity-59dae9a76607b2d5a983ff11df743e2e54f1965a.zip
Make sure the CI has qemu-utils installed.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d24bc2296e..f8e8d67449 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ notifications:
before_install:
- sudo apt-get update
- sudo apt-get install -y libmpfr-dev libmpc-dev libgmp-dev
-- sudo apt-get install -y e2fsprogs qemu-system-i386
+- sudo apt-get install -y e2fsprogs qemu-system-i386 qemu-utils
script:
- cd Toolchain