Skip to content

Commit

Permalink
.travis.yml: Remove disable-uuid
Browse files Browse the repository at this point in the history
Commit 315d318 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>
  • Loading branch information
dagrh authored and stsquad committed Feb 22, 2019
1 parent ad0adb4 commit 4aeb5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 4aeb5d2

Please sign in to comment.