summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. David Alan Gilbert2019-02-15 10:45:02 +0100
committerAlex Bennée2019-02-22 10:28:29 +0100
commit4aeb5d242872ff31698698db4fbb2148a327796a (patch)
tree5796b2384befaebb53ab9ba34109a9d3844d89d0
parent.travis.yml: Test with disable-replication (diff)
downloadqemu-4aeb5d242872ff31698698db4fbb2148a327796a.tar.gz
qemu-4aeb5d242872ff31698698db4fbb2148a327796a.tar.xz
qemu-4aeb5d242872ff31698698db4fbb2148a327796a.zip
.travis.yml: Remove disable-uuid
Commit 315d3184525 turned --disable-uuid into a warning only; remove the check from Travis. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Message-Id: <20190215094502.32149-2-dgilbert@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 61b086b8b8..cca57f4314 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -95,7 +95,7 @@ matrix:
- env:
- - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb --disable-user --disable-replication"
+ - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-libusb --disable-user --disable-replication"
- env: