Skip to content
Snippets Groups Projects
Commit 0bf4dc23 authored by John Hodge's avatar John Hodge
Browse files

Or don't try to run in travis

parent e3498965
No related merge requests found
...@@ -4,7 +4,8 @@ addons: ...@@ -4,7 +4,8 @@ addons:
packages: packages:
- nasm - nasm
- qemu - qemu
- libguestfs-tools # - Can't install without sudo?
# - libguestfs-tools
env: env:
matrix: matrix:
- ARCH=amd64 - ARCH=amd64
...@@ -27,5 +28,5 @@ cache: ...@@ -27,5 +28,5 @@ cache:
script: script:
- make UPDATE - make UPDATE
- make all - make all
- python SystemTest/BasicBoot.py # - python SystemTest/BasicBoot.py
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment