diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2019-02-15 09:45:02 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-02-22 09:28:29 +0000 |
commit | 4aeb5d242872ff31698698db4fbb2148a327796a (patch) | |
tree | 5796b2384befaebb53ab9ba34109a9d3844d89d0 /.travis.yml | |
parent | ad0adb4b0e69ee4f9e99c1b446ba4d7fdb404e2a (diff) | |
download | 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>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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: |