]> Git Repo - qemu.git/commitdiff
.travis.yml: Test with disable-replication
authorDr. David Alan Gilbert <[email protected]>
Fri, 15 Feb 2019 09:45:01 +0000 (09:45 +0000)
committerAlex Bennée <[email protected]>
Fri, 22 Feb 2019 09:28:29 +0000 (09:28 +0000)
We've had the build break with replication disabled, so lets
test that case in travis.

Suggsted-by: Alex Bennée <[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Message-Id: <20190215094502[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
.travis.yml

index 36ed7ec3f9a5905cf29263995be0c431ef1df738..61b086b8b8945829f9d88b0651b74765b66500c5 100644 (file)
@@ -95,7 +95,7 @@ matrix:
 
 
     - env:
-        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user"
+        - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user --disable-replication"
 
 
     - env:
This page took 0.026269 seconds and 4 git commands to generate.